Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayadav09 committed Dec 12, 2024
1 parent 656fdae commit 858b14f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cypress/integration/Home/migration.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand All @@ -99,7 +99,6 @@ describe(
.then( ( text ) => {
expect( text.toLowerCase() ).to.contain( 'domain' );
} );
} );
} );

it( 'Verify when continue with store setup clicked', () => {
Expand Down

0 comments on commit 858b14f

Please sign in to comment.