Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ost-ptk committed May 24, 2024
2 parents b79cc8c + 559d2c3 commit 0194d36
Show file tree
Hide file tree
Showing 85 changed files with 8,974 additions and 378 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ popup.describe('Popup UI: import account with file', () => {
popupPage.getByText(IMPORTED_PEM_ACCOUNT.truncatedPublicKey)
).toBeVisible();
await popupExpect(
popupPage.getByText('Imported', { exact: true })
popupPage.getByTestId('import-account-icon')
).toBeVisible();
}
);
Expand Down Expand Up @@ -112,7 +112,7 @@ popup.describe('Popup UI: import account with file', () => {
popupPage.getByText(IMPORTED_CER_ACCOUNT.truncatedPublicKey)
).toBeVisible();
await popupExpect(
popupPage.getByText('Imported', { exact: true })
popupPage.getByTestId('import-account-icon')
).toBeVisible();
}
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ popup.describe('Popup UI: import account with file', () => {
popupPage.getByText(IMPORTED_TORUS_ACCOUNT.truncatedPublicKey)
).toBeVisible();
await popupExpect(
popupPage.getByText('Imported', { exact: true })
popupPage.getByTestId('import-account-icon')
).toBeVisible();
});
});
231 changes: 210 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0194d36

Please sign in to comment.