Skip to content

Commit

Permalink
remove 'only' call from payment update cypress test :s
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bangay committed Oct 24, 2024
1 parent cb908fe commit ca6caef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/mocked/parallel-1/updatePaymentDetails.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ describe('Update payment details', () => {
cy.findByText('Recaptcha has not been completed.');
});

it.only('allows payment update for Guardian light product', () => {
it('allows payment update for Guardian light product', () => {
cy.intercept('GET', '/api/me/mma*', {
statusCode: 200,
body: toMembersDataApiResponse(guardianLight()),
Expand Down

0 comments on commit ca6caef

Please sign in to comment.