Skip to content

Commit 609e7d5

Browse files
committed
fix(e2e): remove filter in workspacesPage
1 parent e6a5499 commit 609e7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/tests/login.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test("Login takes user to /workspaces", async ({ baseURL, page }) => {
1010
const signInPage = new SignInPage(baseURL, page)
1111
await signInPage.submitBuiltInAuthentication(email, password)
1212

13-
const workspacesPage = new WorkspacesPage(baseURL, page, "?filter=owner%3Ame")
13+
const workspacesPage = new WorkspacesPage(baseURL, page)
1414
await waitForClientSideNavigation(page, { to: workspacesPage.url })
1515

1616
await page.waitForSelector("text=Workspaces")

0 commit comments

Comments
 (0)