mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-30 21:52:28 +08:00
feat: add signet support, closes #3771
This commit is contained in:
@@ -75,6 +75,6 @@ describe(`Settings integration tests`, () => {
|
||||
const networkListItems = await wallet.page.$$(
|
||||
createTestSelector(SettingsSelectors.NetworkListItem)
|
||||
);
|
||||
expect(networkListItems).toHaveLength(3);
|
||||
expect(networkListItems).toHaveLength(4);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user