Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Dec 3, 2024
1 parent 38fd551 commit 913964d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/tests/transaction/edit-gas-fee.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ describe('Editing Confirm Transaction', function () {
await driver.clickElement('[data-testid="edit-gas-fee-item-custom"]');

// enter max fee
await driver.fill('[data-testid="base-fee-input"]', '8,5');
await driver.fill('[data-testid="base-fee-input"]', '8.5');

// enter priority fee
await driver.fill('[data-testid="priority-fee-input"]', '8,5');
await driver.fill('[data-testid="priority-fee-input"]', '8.5');

// save default values
await driver.clickElement('input[type="checkbox"]');
Expand Down

0 comments on commit 913964d

Please sign in to comment.