Commit fbc033c
authored
[MKI] Fix flaky search source alert test (#205481)
## Summary
Use settings
[method](https://github.com/elastic/kibana/blob/c8d46ee94982cf38163786f0890bafd43ec07247/test/functional/page_objects/settings_page.ts#L648)
instead of naive typing.
Naive only because the asterisk at the end of the text box is better
handled in the settings method.1 parent acc5e03 commit fbc033c
File tree
1 file changed
+3
-3
lines changed- x-pack/test_serverless/functional/test_suites/common/discover_ml_uptime/discover
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
557 | | - | |
558 | | - | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| |||
0 commit comments