Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed Oct 2, 2024
1 parent 15027a1 commit fdfa487
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/tests/settings/4byte-directory.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { strict: assert } = require('assert');
const FixtureBuilder = require('../../fixture-builder');
const {
logInWithBalanceValidation,
Expand Down Expand Up @@ -81,11 +80,6 @@ describe('4byte setting', function () {
await driver.clickElement('#depositButton');

await driver.switchToWindowWithTitle(WINDOW_TITLES.Dialog);
const contractInteraction = 'Contract interaction';
const actionElement = await driver.waitForSelector({
css: '.confirm-page-container-summary__action__name',
text: contractInteraction,
});

await driver.assertElementNotPresent({
tag: 'span',
Expand Down

0 comments on commit fdfa487

Please sign in to comment.