Skip to content

Commit 7b06576

Browse files
test: testing changes
1 parent 31b387d commit 7b06576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/desktop/tests/specs/add.account.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ for (const currency of currencies) {
6161
await addTmsLink(getDescription(test.info().annotations, "TMS").split(", "));
6262
const firstAccountName = `${currency.currency.name} 1`;
6363

64-
await app.portfolio.openAddAccountModal();
64+
await app.portfolio.openAddAccountModal();// testing workflow
6565

6666
const selector = await getModularSelector(app, "ASSET");
6767
if (selector) {

0 commit comments

Comments
 (0)