Skip to content

Commit

Permalink
Merge pull request #826 from Magickbase/fix-missing-dep-and-test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Jan 3, 2023
2 parents d56ddad + 753e7a7 commit f0e08b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion cypress/integration/txs/pendingTxs.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/// <reference types="cypress" />

context('Pending Transactions List Page', () => {
/*
* skip for now, because pending transaction list is randomly empty
*/
context.skip('Pending Transactions List Page', () => {
before(() => cy.visit('/en-US/txs?status=pending'))

it('should have a subtitle', () => {
Expand Down
19 changes: 9 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"ethers": "5.7.2",
"graphql": "16.6.0",
"graphql-request": "5.1.0",
"i18next": "22.4.7",
"material-ui-popup-state": "5.0.4",
"next": "12.3.4",
"next-i18next": "13.0.2",
Expand Down

0 comments on commit f0e08b1

Please sign in to comment.