We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ca453 commit 15053c8Copy full SHA for 15053c8
test/goHome.test.ts
@@ -37,7 +37,7 @@ describe("login", () => {
37
await page.fill(".password", PASSWORD)
38
// Click the submit button and login
39
await page.click(".submit")
40
- // Click the Applicaiton menu
+ // Click the Application menu
41
await page.click(".menubar-menu-button[title='Application Menu']")
42
// See the Go Home button
43
const goHomeButton = "a.action-menu-item span[aria-label='Go Home']"
0 commit comments