Skip to content

Commit

Permalink
fix user route tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdev8 committed Feb 28, 2024
1 parent d4a5f83 commit e18b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/functional/user-route.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test('user usual routine actions are working correctly', async ({

await sideBar.click('Compliance', pages.frameworksPage.url);
await expect(page).toHaveURL(pages.frameworksPage.url);
await expect(page.getByRole('row', { name: vars.framework.ref })).toBeVisible();
await expect(page.getByRole('row', { name: vars.framework.name })).toBeVisible();
});

await test.step('user can create a security function', async () => {
Expand Down

0 comments on commit e18b7e3

Please sign in to comment.