chore: Fix flaky cypress tests (no-changelog) (#11894)

This commit is contained in:
Eugene
2024-11-26 13:57:00 +01:00
committed by GitHub
parent bc4857a1b3
commit 10e011d71e
5 changed files with 15 additions and 13 deletions

View File

@@ -56,6 +56,8 @@ export class WorkflowsPage extends BasePage {
.parents('[data-test-id="resources-list-item"]'),
workflowTags: (workflowName: string) =>
this.getters.workflowCard(workflowName).findChildByTestId('workflow-card-tags'),
workflowCardContent: (workflowName: string) =>
this.getters.workflowCard(workflowName).findChildByTestId('card-content'),
workflowActivator: (workflowName: string) =>
this.getters.workflowCard(workflowName).findChildByTestId('workflow-card-activator'),
workflowActivatorStatus: (workflowName: string) =>