Commit 0f1ef9d
authored
[kbn/scout] disable side/solution tour before tests run (#245071)
## Summary
Original solution with local storage didn't work, so I use Kibana
uiSettings API to disable tours:
- `hideAnnouncements: true` should be set for each space
- Scout sets it for the default space when `samlAuth` fixture is loaded
(assuming first login attempt to be made)
- Scout sets it for the newly created space (parallel run)
I also added a log message to explicitly mention the environment we run
tests on:
```
info [scout-worker] Running tests against MKI oblt project
info [scout-worker] Reading cloud user credentials from /Users/dmle/github/kibana/.ftr/role_users.json
```
It should help us identifying misconfiguration when Playwright runner
gets a wrong configuration input file.1 parent 2d044b3 commit 0f1ef9d
File tree
3 files changed
+24
-9
lines changed3 files changed
+24
-9
lines changedLines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 22 | + | |
| 23 | + | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
92 | 104 | | |
93 | 105 | | |
94 | 106 | | |
| |||
179 | 191 | | |
180 | 192 | | |
181 | 193 | | |
| 194 | + | |
| 195 | + | |
182 | 196 | | |
183 | 197 | | |
184 | 198 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
129 | 137 | | |
130 | 138 | | |
131 | 139 | | |
| |||
0 commit comments