Skip to content

Commit

Permalink
fixing flaky dashboard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Yasonik committed Sep 23, 2020
1 parent 167f77d commit 2fc641f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/accessibility/apps/dashboard_panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
it('dashboard panel inspector view chooser ', async () => {
await testSubjects.click('inspectorViewChooser');
await a11y.testAppSnapshot();
await testSubjects.click('inspectorViewChooser');
});

it('dashboard panel inspector request statistics ', async () => {
Expand Down

0 comments on commit 2fc641f

Please sign in to comment.