mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Uptime] Fix flaky Cert test (#65056)
This commit is contained in:
parent
f62df99ae3
commit
cc6a676c4c
1 changed files with 1 additions and 1 deletions
|
@ -65,8 +65,8 @@ export function UptimeNavigationProvider({ getService, getPageObjects }: FtrProv
|
|||
},
|
||||
|
||||
goToCertificates: async () => {
|
||||
await testSubjects.click('uptimeCertificatesLink');
|
||||
return retry.tryForTime(30 * 1000, async () => {
|
||||
await testSubjects.click('uptimeCertificatesLink');
|
||||
await testSubjects.existOrFail('uptimeCertificatesPage');
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue