Huge bunch of UI/UX improvements and tweaks!
This commit is contained in:
parent
501be10bfe
commit
fb25e72215
37 changed files with 1651 additions and 949 deletions
|
|
@ -28,7 +28,7 @@ test.describe('Member dashboard', () => {
|
|||
|
||||
// Should show the login modal or the page's sign-in required state
|
||||
await expect(
|
||||
page.locator('.modal-title').or(page.getByText('Sign in required'))
|
||||
page.locator('.modal-title').or(page.getByText('Sign in required')).first()
|
||||
).toBeVisible({ timeout: 10000 })
|
||||
|
||||
await context.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue