Skip to content

Commit

Permalink
Update FTR testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
yansavitski committed Oct 18, 2024
1 parent 2855087 commit 2c62b3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await pageObjects.svlSearchIndexDetailPage.expectActionItemReplacedWhenHasDocs();
});
it('should have link to API reference doc link in options menu', async () => {
await pageObjects.svlSearchIndexDetailPage.clickMoreOptionsActionsButton();
await pageObjects.svlSearchIndexDetailPage.expectAPIReferenceDocLinkExistsInMoreOptions();
});
it('should have index documents', async () => {
Expand Down

0 comments on commit 2c62b3b

Please sign in to comment.