Skip to content

Commit

Permalink
Fix validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
yansavitski committed Nov 25, 2024
1 parent b9c336b commit db822c5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ export function SearchPlaygroundPageProvider({ getService }: FtrProviderContext)
},
},
PlaygroundStartChatPage: {
async expectPlaygroundStartChatPageComponentsToExist() {
async expectPlaygroundStartChatPageToBeLoaded() {
await testSubjects.existOrFail('setupPage');
},

async expectPlaygroundStartChatPageComponentsToExist() {
await expectPlaygroundStartChatPageToBeLoaded();
await testSubjects.existOrFail('connectLLMButton');
},

Expand Down

0 comments on commit db822c5

Please sign in to comment.