Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Jan 5, 2024
1 parent 3ed3cb4 commit 658673e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('GDPR agreement', () => {
cy.get('[data-testid="eu-agreement-checkbox"]').should('not.exist');
});

it.only('needs the agreement checked to validate the form', () => {
it('needs the agreement checked to validate the form', () => {
mockGetRegions(mockRegions).as('getRegions');
mockGetAccountAgreements({
privacy_policy: false,
Expand Down

0 comments on commit 658673e

Please sign in to comment.