This repository was archived by the owner on Mar 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit dd02ae2
committed
cypress: Raise vis wait time, and tweak expect error text
Recent refactoring slightly changed the wording of an error message,
which was tripping up the Cypress tests. Also raised the cy.wait()
delay time in one set of tests, as the previous value was low
enough that it sometimes caused test failures on my dev setup.1 parent f86aebf commit dd02ae2
File tree
2 files changed
+3
-3
lines changed- cypress/e2e/1-webui
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 | - | ||
277 | + | ||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
4 | + | ||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 | - | ||
293 | + | ||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
|
0 commit comments