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 a3a9f2f commit 38fd551
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 @@ -119,10 +119,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 38fd551

Please sign in to comment.