Skip to content
Snippets Groups Projects
Unverified Commit 5230224e authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add ids to help with end2end tests

parent 019640da
No related branches found
No related tags found
No related merge requests found
Pipeline #18505 failed
......@@ -75,13 +75,13 @@ export class OrganizationSelectDemo extends ScopedElementsMixin(DBPLitElement) {
<div class="field">
<label class="label">All related organization of the current user</label>
<div class="control">
<dbp-organization-select subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}"></dbp-organization-select>
<dbp-organization-select id="organization-select-all" subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}"></dbp-organization-select>
</div>
</div>
<div class="field">
<label class="label">Organization where the current user is library-manager</label>
<div class="control">
<dbp-organization-select subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}" context="library-manager"></dbp-organization-select>
<dbp-organization-select id="organization-select-library-manager" subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}" context="library-manager"></dbp-organization-select>
</div>
</div>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment