Skip to content

Commit

Permalink
[7.x] [Uptime] Fix flaky Cert test (elastic#65056) (elastic#65239)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 authored May 5, 2020
1 parent 1d1c32e commit 742cca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/uptime/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
},
Expand Down

0 comments on commit 742cca4

Please sign in to comment.