Skip to content

Commit

Permalink
test: slow down raw JSON user search typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia committed Oct 10, 2024
1 parent 7bc5e1d commit a38e39c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/cypress/integration/single-backend/users.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ describe('Users', function() {
"name": "Dummy User (${kuids[1]})"{downarrow}{downarrow}{downarrow}{downarrow}
`,
{
force: true
delay: 200,
force: true,
}
)

Expand Down

0 comments on commit a38e39c

Please sign in to comment.