Skip to content

Commit ea56924

Browse files
committed
fix: test url
1 parent 0c0931f commit ea56924

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cypress/e2e/extension.spec.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ describe('Signer extension flow on live networks', () => {
1010
cy.visit(`/instantiate/?rpc=wss://testnet-passet-hub.polkadot.io`);
1111
});
1212

13-
it('connects to Rococo', () => {
13+
it('connects to PassetHub', () => {
1414
cy.contains('Connecting to wss://testnet-passet-hub.polkadot.io').should('not.exist', {
1515
timeout: 25000,
1616
});
1717
});
1818

19-
it('Rococo is selected in the network connection dropdown', () => {
20-
cy.get('.dropdown.chain')
21-
.find('.dropdown__single-value')
22-
.should('contain', 'Pop Network Testnet');
19+
it('PassetHub is selected in the network connection dropdown', () => {
20+
cy.get('.dropdown.chain').find('.dropdown__single-value').should('contain', 'Passet Hub');
2321
});
2422

2523
it('Displays help text for no extension installed', () => {

0 commit comments

Comments
 (0)