Skip to content

Commit

Permalink
Update packages/e2e/cypress/integration/common/shared.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Pollman <cpollman@amazon.com>
  • Loading branch information
ashwinkumar6 and calebpollman authored Jan 8, 2025
1 parent e7815b2 commit 2cb8e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/cypress/integration/common/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ When(
cy.fileInputUpload(`${folderName}/${randomFileName}`, parseInt(count))
);

When('I simulate network disconnection', () => {
When('A network failure occurs', () => {
cy.intercept('', (req) => {
req.destroy();
});
Expand Down

0 comments on commit 2cb8e45

Please sign in to comment.