We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67ebb7 commit 4fe5d75Copy full SHA for 4fe5d75
tests/playwright/src/model/ai-lab-start-recipe-page.ts
@@ -33,7 +33,7 @@ export class AILabStartRecipePage extends AILabBasePage {
33
super(page, webview, 'Start recipe');
34
this.recipeStatus = this.webview.getByRole('status');
35
this.applicationDetailsPanel = this.webview.getByLabel('application details panel');
36
- this.startRecipeButton = this.webview.getByRole('button', { name: /Start(\s+([a-z]+\s+)+)recipe/i });
+ this.startRecipeButton = this.webview.getByRole('button', { name: /^Start .+ recipe$/i });
37
this.openAIAppButton = this.applicationDetailsPanel.getByRole('button', { name: 'Open AI App' });
38
this.deleteAIAppButton = this.applicationDetailsPanel.getByRole('button', { name: 'Delete AI App' });
39
}
0 commit comments