Skip to content

Commit

Permalink
fix(e2e): fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
guzhongren committed May 28, 2024
1 parent 719e483 commit ef20d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/e2e/pages/metrics/metrics-step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class MetricsStep {
this.pipelineStepsErrorMessage = page.getByText('No steps for this pipeline!');
this.pipelineBranchesErrorMessage = page.getByText('The branch has been deleted!');
this.pipelineTokenWithNoOrgErrorMessage = this.pipelineSettingSection.getByLabel('Error UI for pipeline settings');
this.pipelineBranchSelectIndicator = page.getByRole('progressbar');
this.pipelineBranchSelectIndicator = page.getByText('Branches').getByRole('progressbar');
this.pipelineNewPipelineButton = page.getByRole('button', { name: 'New Pipeline' });
this.pipelineCrewSettingsLabel = this.pipelineSettingSection
.getByLabel('Included Crews multiple select')
Expand Down

0 comments on commit ef20d99

Please sign in to comment.