diff --git a/tests/cypress/integration/Home/migration.cy.js b/tests/cypress/integration/Home/migration.cy.js index ddd7e5c0..ebfe115a 100644 --- a/tests/cypress/integration/Home/migration.cy.js +++ b/tests/cypress/integration/Home/migration.cy.js @@ -76,7 +76,7 @@ describe( .then( ( text ) => { expect( text.toLowerCase() ).to.contain( 'nameserver' ); } ); - } ); + } ); it( 'Verify when connect domain to site clicked', () => { cy.intercept( APIList.connect_domain ).as( 'events' ); @@ -99,7 +99,6 @@ describe( .then( ( text ) => { expect( text.toLowerCase() ).to.contain( 'domain' ); } ); - } ); } ); it( 'Verify when continue with store setup clicked', () => {