Skip to content

Commit

Permalink
Backport to 1.x
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Hesterman <[email protected]>
  • Loading branch information
phestecAMZN committed Dec 1, 2022
1 parent 2714dd2 commit f77922b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/snapshots_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Snapshots", () => {
cy.createIndex("test_index_2");
cy.createIndex("test_index_3");

// wait needed here to enable cypress to find "Take snapshot" button. Timeout
// wait needed here to enable cypress to find "Take snapshot" button. Timeout
// cannot be used with cy.createIndex
cy.wait(5000);

Expand Down Expand Up @@ -124,5 +124,5 @@ describe("Snapshots", () => {
cy.contains("Deleted snapshot");
cy.contains("No items found");
});
})
});
});

0 comments on commit f77922b

Please sign in to comment.