Skip to content

Commit

Permalink
no longer need the scrolling command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Solorio committed Sep 8, 2021
1 parent 915b143 commit f10622d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bin/ci/cypress-run
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yarn run build

python3 app/manage.py collectstatic --noinput --disable-collectfast

# set up and database
# set up database
python3 app/manage.py migrate
python3 app/manage.py loaddata "${TRAVIS_BUILD_DIR}/app/app/fixtures/users.json"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ describe('connect wallet: metamask', () => {

cy.get('#navbarDropdownWallet').as('wallet').click();
cy.contains('Connect Wallet').click();

cy.get('.web3modal-modal-card').scrollIntoView();
cy.contains('MetaMask').click();

cy.acceptMetamaskAccess();
Expand Down

0 comments on commit f10622d

Please sign in to comment.