mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Managed content] Stabilize managed content test (#176549)
Close https://github.com/elastic/kibana/issues/176545
This commit is contained in:
parent
429afa19ed
commit
20ed95d082
1 changed files with 4 additions and 1 deletions
|
@ -167,7 +167,10 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
it('inlines panels when managed dashboard cloned', async () => {
|
||||
await PageObjects.common.navigateToActualUrl(
|
||||
'dashboard',
|
||||
'view/c44c86f9-b105-4a9c-9a24-449a58a827f3'
|
||||
'view/c44c86f9-b105-4a9c-9a24-449a58a827f3',
|
||||
// for some reason the URL didn't always match the expected, so I turned off this check
|
||||
// URL doesn't matter as long as we get the dashboard app
|
||||
{ ensureCurrentUrl: false }
|
||||
);
|
||||
|
||||
await PageObjects.dashboard.waitForRenderComplete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue