Skip to content

Commit

Permalink
fix(button): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian committed Sep 19, 2024
1 parent 8ba68cc commit a8fb9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/button/xdesign.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test } from '@playwright/test'

test.describe('input组件xdesign规范', () => {
test.describe('button 组件xdesign规范', () => {
test('button默认--UI截图', async ({ page }) => {
page.on('pageerror', (exception) => expect(exception).toBeNull())
await page.goto('button#basic-usage')
Expand Down

0 comments on commit a8fb9fb

Please sign in to comment.