Skip to content

Commit 786d07a

Browse files
committed
Minor fix on e2e test
1 parent a07fd67 commit 786d07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/v2/users_crud.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ test('Create and update a user', async ({ page }) => {
161161
verifyChecked(cells, 5, false);
162162
expect(await cells[6].innerText()).toEqual('All');
163163
expect(await cells[7].innerText()).toEqual(randomUserName + '_slurm-renamed');
164-
expect(await cells[8].innerText()).toContain(randomUserName + '-slurm-account');
165-
expect(await cells[9].innerText()).toEqual('/tmp/test');
164+
expect(await cells[8].innerText()).toEqual('/tmp/test');
165+
expect(await cells[9].innerText()).toContain(randomUserName + '-slurm-account');
166166
});
167167

168168
await test.step('Go back clicking on breadcrumb', async () => {

0 commit comments

Comments
 (0)