Skip to content
Snippets Groups Projects
Commit a1ffb4ae authored by Cord Westhoff's avatar Cord Westhoff
Browse files

Fix E2E navigation with Ariane

parent d7f5e0b6
No related branches found
No related tags found
2 merge requests!44E2E updates,!41Ozg 7472 administration oe zu benutzer hinzufuegen
...@@ -20,8 +20,8 @@ describe('Navigation', () => { ...@@ -20,8 +20,8 @@ describe('Navigation', () => {
exist(mainPage.getPostfachNavigationItem()); exist(mainPage.getPostfachNavigationItem());
}); });
it('should hide organisationseinheiten navigation item', () => { it('should show organisationseinheiten navigation item', () => {
notExist(mainPage.getOrganisationEinheitNavigationItem()); exist(mainPage.getOrganisationEinheitNavigationItem());
}); });
it('should hide statistik navigation item', () => { it('should hide statistik navigation item', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment