Skip to content

Commit

Permalink
fix waiting/aliasing flake
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Sep 20, 2021
1 parent df8aad5 commit 4854597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3127,7 +3127,7 @@ describe('network stubbing', { retries: 2 }, function () {
})
})

context('waiting and aliasing', function () {
context('waiting and aliasing', { defaultCommandTimeout: 10000 }, function () {
const testFailWaiting = (cb) => testFail(cb, 'https://on.cypress.io/wait')

it('can wait on a single response using "alias"', function () {
Expand Down

0 comments on commit 4854597

Please sign in to comment.