test: Add e2e tests for security notifications (#18343)

This commit is contained in:
Mutasem Aldmour
2025-08-15 09:07:51 +02:00
committed by GitHub
parent 9515cbd60e
commit 98e6ea3a99
2 changed files with 228 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ export class WorkflowsPage extends BasePage {
await this.page.getByTestId('resources-list-search').clear();
}
getProjectName() {
return this.page.getByTestId('project-name');
}
getSearchBar() {
return this.page.getByTestId('resources-list-search');
}