Commit e5585b8
[cxx_extension] Explicitly await highlighted bytes in LMI test
After changing the timing of updates through
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7241006
we observed flakiness on the bots regarding highlilghted byte data.
A potential source of error is that the new rerendering timing creates a
temporary state that is observed which is not the actual final state
that the user sees. Therefore, wait until we see the expected data
before doing the assertion.
Fixed: 407941051
Change-Id: I49ceb4b58ae801721ea27fe9230000e685b8712b
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7263824
Commit-Queue: Kim-Anh Tran <[email protected]>
Reviewed-by: Piotr Paulski <[email protected]>1 parent 94f4696 commit e5585b8
File tree
1 file changed
+9
-4
lines changed- extensions/cxx_debugging/e2e/standalone
1 file changed
+9
-4
lines changedLines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
0 commit comments