Commit 8a8120c
committed
[ci] Fix the failing RBE build
There are three fixes here:
1. Virtual authenticator now sets the `rpId` to
the current domain, and supports more than only
FIDO U2F Attestation Statement Format, so
`userHandle` will also be set
2. A Java test now passes on remote builds
3. Mark a python frame switching test as failing in chrome1 parent f7fa710 commit 8a8120c
File tree
3 files changed
+3
-3
lines changed- java/test/org/openqa/selenium
- virtualauthenticator
- py/test/selenium/webdriver/common
3 files changed
+3
-3
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
320 | | - | |
| 319 | + | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| |||
0 commit comments