Skip to content

Commit

Permalink
ADM-999 [frontend][backend]: try to fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-yinyuan committed Sep 3, 2024
1 parent e7a55b0 commit ba36dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/e2e/pages/metrics/metrics-step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ export class MetricsStep {
this.homeIcon = page.getByLabel('Home');

this.sourceControlSettingSection = page.getByLabel('Source Control Configuration Section');
this.sourceControlOrganizationSelect = this.sourceControlSettingSection.getByLabel('Organization *');
this.sourceControlRepoSelect = this.sourceControlSettingSection.getByLabel('Repo *');
this.sourceControlBranchSelect = this.sourceControlSettingSection.getByLabel('Branches *');
this.sourceControlOrganizationSelect = this.sourceControlSettingSection.getByLabel('Organization *').first();
this.sourceControlRepoSelect = this.sourceControlSettingSection.getByLabel('Repo *').first();
this.sourceControlBranchSelect = this.sourceControlSettingSection.getByLabel('Branches *').first();
this.sourceControlDefaultBranchSelectContainer = this.sourceControlSettingSection.getByLabel(
'Source control Branch AutoComplete',
);
Expand Down

0 comments on commit ba36dac

Please sign in to comment.