Commit 6aa9e57
committed
ui tests: support a regular expression for popup text
The popup text may contain placeholder, like the name of the
participant. It should be possible to specify a regular expression for
the `popupText` of the `inputPopupButtonTest`.
Example usage: if a popup has a text with `Hello {{nickname}}`, we can
send `/Hello .*/` for the popupText value instead of a string `"Hello I
don't know what to put here"`.1 parent 5b8ce3d commit 6aa9e57
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments