Skip to content

Commit bd2d76f

Browse files
authored
[Discover] Add check for the open perma link for cloud testing (#57884) (#57976)
- fixes a functional test failure in cloud
1 parent b66e88f commit bd2d76f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/page_objects/share_page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export function SharePageProvider({ getService }: FtrProviderContext) {
7676
}
7777

7878
async checkShortenUrl() {
79+
await this.openPermaLinks();
7980
const shareForm = await testSubjects.find('shareUrlForm');
8081
await testSubjects.setCheckbox('useShortUrl', 'check');
8182
await shareForm.waitForDeletedByCssSelector('.euiLoadingSpinner');

0 commit comments

Comments
 (0)