Commit ffba707
committed
text: fix cypress selector to find the right image
`get().filter()` might not take into account elements
that did not exist in the dom yet when the `get` part was fired.
`.filter()` would then wait for the elements that already existed
during `.get()` to contain the newly created image.
Signed-off-by: Max <max@nextcloud.com>1 parent 0f961fc commit ffba707
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | | - | |
| 84 | + | |
84 | 85 | | |
85 | | - | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments