Skip to content

Commit 20a60f5

Browse files
authored
chore(test): validate for inference server type (#3056)
Signed-off-by: Vladimir Lazar <[email protected]>
1 parent 5152260 commit 20a60f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ test.describe.serial(`AI Lab extension installation and verification`, () => {
299299

300300
await playExpect(modelServiceDetailsPage.modelName).toContainText(modelName);
301301
await playExpect(modelServiceDetailsPage.inferenceServerType).toContainText('Inference');
302+
await playExpect(modelServiceDetailsPage.inferenceServerType).toContainText(/CPU|GPU/);
302303
});
303304

304305
test(`Make GET request to the model service for ${modelName}`, async ({ request }) => {

0 commit comments

Comments
 (0)