Commit d116ab85 by Pradip

- E2E: Added ID for select 2 element in angular

parent 54247c3e
......@@ -7,7 +7,7 @@
<div class="search-bar">
<div class="header-select" *ngIf="companyUser">
<select2 [data]="hiringTeams" [value]="selectedTeamID" (valueChanged)="selectedTeamChanged($event)"
[options]="select2Options">
[options]="select2Options" id="selectHiringTeam">
</select2>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment