Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli committed Oct 25, 2024
1 parent 4408a4f commit b2ec597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/console/e2e/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export async function navigateToDecl(page: Page, moduleName: string, declName: s
await navigateToModule(page, moduleName)

// Navigate to the decl page
await page.locator(`div#decl-${declName}`).click()
await page.locator(`a#decl-${declName}`).click()
await expect(page).toHaveURL(new RegExp(`/modules/${moduleName}/verb/${declName}`))
}

0 comments on commit b2ec597

Please sign in to comment.