Skip to content

Commit

Permalink
flow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed May 19, 2023
1 parent 27938c3 commit ae9028c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ import {
saveButton,
byronEraButton,
createWalletButton,
createOptionDialog,
createNormalWalletButton,
} from '../pages/newWalletPages';
import { allowPubKeysAndSwitchToYoroi, switchToTrezorAndAllow } from './trezor-steps';
import {
Expand Down Expand Up @@ -477,9 +475,6 @@ Given(/^I create a new Shelley wallet with the name ([^"]*)$/, async function (w
await this.waitForElement(pickUpCurrencyDialog);
await this.click(getCurrencyButton('cardano'));

await this.waitForElement(createOptionDialog);
await this.click(createNormalWalletButton);

await this.waitForElement(walletInfoDialog);
await this.input(walletNameInput, walletName);
await this.input(walletPasswordInput, commonWalletPassword);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import { expect } from 'chai';
import { checkErrorByTranslationId } from './common-steps';
import {
clearButton,
createNormalWalletButton,
createOptionDialog,
createPaperWalletButton,
createPersonalWalletButton,
createWalletButton,
createWalletNameError,
Expand Down

0 comments on commit ae9028c

Please sign in to comment.