From 4ca0f0faf1bc4668dc77fb3c9f14de42dad08124 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Tue, 25 May 2021 10:58:13 +0200 Subject: [PATCH] Mainnet: 3x UNL --- cypress/integration/step2_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/step2_spec.js b/cypress/integration/step2_spec.js index 6c0fff2..48267d8 100644 --- a/cypress/integration/step2_spec.js +++ b/cypress/integration/step2_spec.js @@ -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) }) })