Skip to content

Commit

Permalink
Remove redundant commented code from login test
Browse files Browse the repository at this point in the history
Signed-off-by: duje qa <dujeqa@gmail.com>
  • Loading branch information
dujes8 committed Apr 15, 2024
1 parent 2898005 commit a3ceb19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/sanity/tests/login.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ test.describe('login test', () => {
const loginPage = new LoginPage(page)
await loginPage.visitLoginRoute()
await loginPage.login(PlatformUser, '1234', '.auth.json')
// const selectWorkspacePage = new SelectWorkspacePage(page)
// await selectWorkspacePage.selectWorkspace('SanityTest')
})
})

0 comments on commit a3ceb19

Please sign in to comment.