Skip to content

Commit

Permalink
fixup! added version info fragment in setting page
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Mar 22, 2024
1 parent d265a54 commit 9f8f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pages/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('測試所有設定區塊能否展開', async ({ settings: page }) => {
await form.waitFor({ state: 'attached' })
expect(form).toBeDefined()
const sections = await form.locator('> section').all()
expect(sections.length).toBe(5)
expect(sections.length).toBe(6)
for (const section of sections) {
await section.click()
}
Expand Down

0 comments on commit 9f8f8e3

Please sign in to comment.