mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
(cherry picked from commit 3b0fc945aa
)
Co-authored-by: Bhavya RM <bhavya@elastic.co>
This commit is contained in:
parent
8e0ce152bf
commit
cae62e11b4
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
it('a11y tests for Kibana Overview', async function () {
|
||||
await clusterOverview.clickKibanaOverview();
|
||||
expect(await kibanaOverview.isOnOverview()).to.be(true);
|
||||
await a11y.testAppSnapshot();
|
||||
await retry.try(async () => {
|
||||
await a11y.testAppSnapshot();
|
||||
});
|
||||
});
|
||||
|
||||
it('a11y tests for Kibana Instances Page', async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue