Skip to content

Commit

Permalink
Mainnet: 3x UNL
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind authored May 25, 2021
1 parent 54583d2 commit 4ca0f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/step2_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ describe('Step 2', () => {
it('It should load the mainnet site list if Network=MAIN', () => {
cy.visit(`${host}/#/protocol`)
cy.get('#network').select('mainnet')
cy.get('#validatorSitesOptions option').should('have.length', 2)
cy.get('#validatorSitesOptions option').should('have.length', 3)
})
})

0 comments on commit 4ca0f0f

Please sign in to comment.