Skip to content

Commit c44daaa

Browse files
zaguiiniheydemoura
authored andcommitted
E2E Tests: Remove redundant clickContinue step in domain flow tests (#107996)
1 parent 02a04da commit c44daaa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/e2e/specs/flows/setup-domain__connect-domain.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ describe( DataHelper.createSuiteTitle( 'Domain flow: Connect a domain to a site'
5353

5454
it( 'Click the connect button', async function () {
5555
const useADomainIOwnPage = new UseADomainIOwnPage( page );
56-
await useADomainIOwnPage.clickContinue();
5756
await useADomainIOwnPage.clickButtonToConnectDomain();
5857
} );
5958

test/e2e/specs/flows/setup-domain__transfer-domain.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ describe( DataHelper.createSuiteTitle( 'Domain flow: Transfer a domain to a site
5353

5454
it( 'Click the transfer button', async function () {
5555
const useADomainIOwnPage = new UseADomainIOwnPage( page );
56-
await useADomainIOwnPage.clickContinue();
5756
await useADomainIOwnPage.clickButtonToTransferDomain();
5857
} );
5958

0 commit comments

Comments
 (0)