Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
yansavitski committed Oct 18, 2024
1 parent 1a59d5f commit 2855087
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function SvlSearchIndexDetailPageProvider({ getService }: FtrProviderCont
await testSubjects.existOrFail('ApiReferenceDoc', { timeout: 2000 });
},
async expectActionItemReplacedWhenHasDocs() {
await testSubjects.missingOrFailt('ApiReferenceDoc', { timeout: 2000 });
await testSubjects.missingOrFail('ApiReferenceDoc', { timeout: 2000 });
await testSubjects.existOrFail('useInPlaygroundLink', { timeout: 5000 });
await testSubjects.existOrFail('viewInDiscoverLink', { timeout: 5000 });
},
Expand Down Expand Up @@ -89,7 +89,7 @@ export function SvlSearchIndexDetailPageProvider({ getService }: FtrProviderCont
await testSubjects.existOrFail('moreOptionsApiReference', { timeout: 2000 });
},
async expectAPIReferenceDocLinkMissingInMoreOptions() {
await testSubjects.missingOrFailt('moreOptionsApiReference', { timeout: 2000 });
await testSubjects.missingOrFail('moreOptionsApiReference', { timeout: 2000 });
},
async expectDeleteIndexButtonExistsInMoreOptions() {
await testSubjects.existOrFail('moreOptionsDeleteIndex');
Expand Down

0 comments on commit 2855087

Please sign in to comment.