Skip to content

Commit

Permalink
fix: routing e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelae committed Oct 10, 2024
1 parent 7386398 commit 27996cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/tests/bridge/bridge-test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ export class BridgePage {

verifySwapPage = async (expectedHandleCount: number) => {
await this.driver.delay(4000);
await this.driver.waitForSelector({
css: '.bridge__title',
text: 'Bridge',
});
assert.equal(
(await this.driver.getAllWindowHandles()).length,
IS_FIREFOX || !isManifestV3
Expand Down

0 comments on commit 27996cc

Please sign in to comment.