mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-24 04:45:58 +08:00
test: fix broken ledger test
This commit is contained in:
@@ -17,6 +17,7 @@ test.describe('App with Ledger', () => {
|
||||
test('that you can navigate to activity page', async ({ homePage }) => {
|
||||
await homePage.clickActivityTab();
|
||||
const noActivityText = homePage.page.getByText('No activity yet');
|
||||
await test.expect(noActivityText).toBeVisible();
|
||||
// Account has activity to make sure we don't see label
|
||||
await test.expect(noActivityText).not.toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user