refactor: rm unnecessary navigate call in test

This commit is contained in:
Joe Previte 2022-12-21 12:11:23 -07:00
parent 10ebf1bcd9
commit 0fabb3a81d
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ describe(
test("should not redirect", async ({ codeServerPage }) => {
const folder = process.env.CODE_FOLDER_DIR
await codeServerPage.navigate(`/`)
await codeServerPage.navigate(`/?folder=${folder}`)
await codeServerPage.navigate(`/`)