Skip to content
Snippets Groups Projects
Commit d5b42f3b authored by OZGCloud's avatar OZGCloud
Browse files

E2E revert data test id

parent f88b3d35
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
dataTestId="Add-user-button"
(clickEmitter)="navigateToAddUser()"
/>
<ods-list data-test-id="User-roles-table" *ngIf="users$ | async as users">
<ods-list *ngIf="users$ | async as users">
<ods-list-item *ngFor="let user of users.resource" [path]="user.username" [attr.data-test-id]="'User-entry-' + user.username">
<div class="flex-1 basis-1/2">
<div class="mb-2 flex flex-wrap items-center gap-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment