Skip to content

Commit

Permalink
Simplify a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dan437 committed Oct 14, 2022
1 parent bc30eaf commit ac1463f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/tests/swaps-notifications.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ describe('Swaps - notifications', function () {
'[placeholder="Search name or paste address"]',
options.swapTo,
);
await driver.waitForSelector(
'[class="searchable-item-list__primary-label"]',
);
await driver.clickElement('[class="searchable-item-list__primary-label"]');
await driver.clickElement('.searchable-item-list__primary-label');
};

it('tests notifications for verified token on 1 source and price difference', async function () {
Expand Down

0 comments on commit ac1463f

Please sign in to comment.