Skip to content

Commit d081b17

Browse files
authored
fix(tests): remove cypress/tests/ui/transaction-feeds.spec.ts wait workaround (#1642)
1 parent 02687d3 commit d081b17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cypress/tests/ui/transaction-feeds.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,6 @@ describe("Transaction Feed", function () {
187187
.its("response.body.results")
188188
.should("have.length", Cypress.env("paginationPageSize"));
189189

190-
// Temporary fix: https://github.com/cypress-io/cypress-realworld-app/issues/338
191-
if (isMobile()) {
192-
cy.wait(10);
193-
}
194-
195190
cy.log("📃 Scroll to next page");
196191
cy.getBySel("transaction-list").children().scrollTo("bottom");
197192

0 commit comments

Comments
 (0)