Skip to content

Commit

Permalink
fix Policies page check name after it was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdev8 committed Feb 14, 2024
1 parent 3df05b1 commit 278f54a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/tests/functional/nav.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ test('sidebar navigation tests', async ({ logedPage, analyticsPage, sideBar, pag
//TODO delete this when page titles are fixed
const temporaryPageTitle: StringMap = {
'X-Rays': "X rays",
'Backup & restore': "Backup restore",
'Policies': "Security measures"
};
'Backup & restore': "Backup restore"
};

for await (const [key, value] of sideBar.items) {
for await (const item of value) {
Expand Down

0 comments on commit 278f54a

Please sign in to comment.