Skip to content

Commit

Permalink
Update openErrorReport()
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr committed Aug 29, 2023
1 parent ae8eab0 commit b4ecfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ export function openManageImportsPage(): void {
export function openErrorReport(): void {
// Open error report for the first row
cy.get("table > tbody > tr").eq(0).as("firstRow");
cy.get("@firstRow").find(actionButton).click();
cy.get("@firstRow").find(sideKebabMenuImports).click();
cy.get("@firstRow").find(button).contains("View error report").click();
cy.get("h1", { timeout: 5 * SEC }).contains("Error report");
}
Expand Down

0 comments on commit b4ecfaf

Please sign in to comment.