Skip to content

Commit

Permalink
Fix expected links length in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl committed Sep 28, 2023
1 parent 91ae3b0 commit 9d0873a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await dashboardLinks.clickPanelEditorSaveButton();

await header.waitUntilLoadingHasFinished();
expect(await dashboardLinks.getNumberOfLinksInPanel()).to.equal(5);
expect(await dashboardLinks.getNumberOfLinksInPanel()).to.equal(4);
});
});
});
Expand Down

0 comments on commit 9d0873a

Please sign in to comment.