Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYinusa committed Oct 27, 2022
1 parent 5af2a41 commit 2327778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/tests/chain-interactions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ describe('Chain Interactions', function () {
await driver.switchToWindow(extension);

// verify current network
const networkDisplay = await driver.findElement('[data-testid="network-display"]');
const networkDisplay = await driver.findElement(
'[data-testid="network-display"]',
);
assert.equal(await networkDisplay.getText(), `Localhost ${port}`);
},
);
Expand Down

0 comments on commit 2327778

Please sign in to comment.