feat: add signet support, closes #3771

This commit is contained in:
kyranjamie
2023-05-29 17:17:39 +02:00
committed by Anastasios
parent 8c2bad3948
commit 2800623fac
11 changed files with 59 additions and 32 deletions

View File

@@ -75,6 +75,6 @@ describe(`Settings integration tests`, () => {
const networkListItems = await wallet.page.$$(
createTestSelector(SettingsSelectors.NetworkListItem)
);
expect(networkListItems).toHaveLength(3);
expect(networkListItems).toHaveLength(4);
});
});