Skip to content

Commit

Permalink
Revert "remove unused e2e"
Browse files Browse the repository at this point in the history
This reverts commit e739f3d.
  • Loading branch information
estebanmino committed Apr 5, 2022
1 parent e739f3d commit 4ad5a7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e/registerENSFlow.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,14 @@ describe('Register ENS Flow', () => {

it('Should go to come back to records view and add some', async () => {
await Helpers.checkIfVisible('ens-confirm-register-sheet');
// await Helpers.swipe('ens-confirm-register-sheet', 'down', 'slow');
// await Helpers.tapByText('Email');
// await Helpers.tapByText('Twitter');
const ensAvailable = await isAvailable(RANDOM_NAME);
if (!ensAvailable) throw new Error('ENS name not available');
// await Helpers.typeText('ens-text-record-name', RANDOM_NAME);
// await Helpers.typeText('ens-text-record-bio', 'this is my bio');
// await Helpers.waitAndTap('ens-assign-records-review-action-button');
});

it('Should go to review registration and start it', async () => {
Expand Down

0 comments on commit 4ad5a7c

Please sign in to comment.