mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[performance/journeys] revert data_stress_test_lens.ts journey step (#144261)
* [performance/journeys] open lens dashboard from dashboard list * revert to original test structure * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * revert step name Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
f876dc6a2d
commit
5ca5ef3d00
1 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { Journey } from '@kbn/journeys';
|
||||
import { waitForChrome, waitForVisualizations } from '../utils';
|
||||
import { waitForVisualizations } from '../utils';
|
||||
|
||||
export const journey = new Journey({
|
||||
kbnArchives: ['test/functional/fixtures/kbn_archiver/stress_test'],
|
||||
|
@ -14,7 +14,5 @@ export const journey = new Journey({
|
|||
}).step('Go to dashboard', async ({ page, kbnUrl, kibanaServer }) => {
|
||||
await kibanaServer.uiSettings.update({ 'histogram:maxBars': 100 });
|
||||
await page.goto(kbnUrl.get(`/app/dashboards#/view/92b143a0-2e9c-11ed-b1b6-a504560b392c`));
|
||||
|
||||
await waitForChrome(page);
|
||||
await waitForVisualizations(page, 1);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue