Skip to content

Commit 80418c1

Browse files
committed
chore(test): add extension presence verification after install
Signed-off-by: Tibor Dancs <[email protected]>
1 parent 3c7ded0 commit 80418c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/playwright/src/ai-lab-extension.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ test.describe.serial(`AI Lab extension installation and verification`, { tag: '@
7272
})
7373
.toBeTruthy();
7474
});
75+
test(`Verify AI Lab extension is installed`, async ({ runner, page, navigationBar }) => {
76+
[page, webview] = await handleWebview(runner, page, navigationBar);
77+
aiLabPage = new AILabPage(page, webview);
78+
await aiLabPage.navigationBar.waitForLoad();
79+
});
7580
});
7681

7782
['ChatBot', 'Summarizer', 'Code Generation', 'RAG Chatbot', 'Audio to Text', 'Object Detection'].forEach(appName => {

0 commit comments

Comments
 (0)