Skip to content

Commit

Permalink
Un-fix AIOps test
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 21, 2023
1 parent 5b3ddfb commit 98e6e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
it('allows change point selection for detailed view', async () => {
await aiops.changePointDetectionPage.getTable(0).selectAllRows();
await aiops.changePointDetectionPage.viewSelected();
await aiops.changePointDetectionPage.assertDetailedView(7);
await aiops.changePointDetectionPage.assertDetailedView(6);
await aiops.changePointDetectionPage.closeFlyout();
// deselect
await aiops.changePointDetectionPage.getTable(0).selectAllRows();
Expand Down

0 comments on commit 98e6e42

Please sign in to comment.