mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
- fixes a functional test failure in cloud
This commit is contained in:
parent
b66e88fd99
commit
bd2d76fb03
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ export function SharePageProvider({ getService }: FtrProviderContext) {
|
|||
}
|
||||
|
||||
async checkShortenUrl() {
|
||||
await this.openPermaLinks();
|
||||
const shareForm = await testSubjects.find('shareUrlForm');
|
||||
await testSubjects.setCheckbox('useShortUrl', 'check');
|
||||
await shareForm.waitForDeletedByCssSelector('.euiLoadingSpinner');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue