Commit 84c9ded
Test User
fix(e2e): use .first() with .or() to avoid strict mode violation
The .or() locator resolves to multiple elements when both review-summary
AND review-findings-list are visible, causing a strict mode violation.
Adding .first() ensures only one element is matched.1 parent ff1c08b commit 84c9ded
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments