Skip to content

Commit

Permalink
remove .only in test
Browse files Browse the repository at this point in the history
Signed-off-by: huongg <[email protected]>
  • Loading branch information
Huongg committed May 21, 2024
1 parent 57fa21c commit 7d8b9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/ui/flowchart/shareable-urls.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('Shareable URLs with empty localStorage', () => {
});
});

it.only('verifies that AWS link is generated with correct inputs on Republish button click #TC-61', () => {
it('verifies that AWS link is generated with correct inputs on Republish button click #TC-61', () => {
const bucketName = 'myBucketName';
const endpointName = 'http://www.example.com';
const primaryButtonNodeText = 'Publish';
Expand Down

0 comments on commit 7d8b9ce

Please sign in to comment.