Skip to content

Commit

Permalink
increase delay
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuchel committed Sep 6, 2024
1 parent f0439eb commit ba6f2a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ When(
(name: string) => {
cy.intercept({ method: 'GET', query: { 'list-type': '2' } }, (req) => {
req.on('response', (res) => {
res.setDelay(3000);
res.setDelay(5000);
});
});

Expand Down

0 comments on commit ba6f2a1

Please sign in to comment.