Commit e42000a
fix(e2e): remove page.reload() causing orchestrator RBAC test timeouts (#4494)
The page.reload() before goToPageUrl("/orchestrator") creates a race
condition: the reload reloads the current page (which may be a workflow
detail page or dashboard from a previous test), and the subsequent
navigation can fail to complete, causing the "Workflows" heading
to never appear and the test to timeout after 20s.
Since goToPageUrl() calls page.goto() which navigates directly to the
URL, the reload is unnecessary and harmful. Removing it from all 7
occurrences in the test file.
Ref: https://issues.redhat.com/browse/RHDHBUGS-2671
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d772ce1 commit e42000a
1 file changed
Lines changed: 0 additions & 7 deletions
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
264 | 263 | | |
265 | 264 | | |
266 | 265 | | |
267 | | - | |
268 | 266 | | |
269 | 267 | | |
270 | 268 | | |
| |||
421 | 419 | | |
422 | 420 | | |
423 | 421 | | |
424 | | - | |
425 | 422 | | |
426 | 423 | | |
427 | 424 | | |
| |||
559 | 556 | | |
560 | 557 | | |
561 | 558 | | |
562 | | - | |
563 | 559 | | |
564 | 560 | | |
565 | 561 | | |
| |||
705 | 701 | | |
706 | 702 | | |
707 | 703 | | |
708 | | - | |
709 | 704 | | |
710 | 705 | | |
711 | 706 | | |
| |||
859 | 854 | | |
860 | 855 | | |
861 | 856 | | |
862 | | - | |
863 | 857 | | |
864 | 858 | | |
865 | 859 | | |
| |||
1135 | 1129 | | |
1136 | 1130 | | |
1137 | 1131 | | |
1138 | | - | |
1139 | 1132 | | |
1140 | 1133 | | |
1141 | 1134 | | |
| |||
0 commit comments