Skip to content
Snippets Groups Projects
Commit 61a97e56 authored by Simon Urli's avatar Simon Urli
Browse files

[Misc] Mitigate possible flicker

parent 459d057d
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,7 @@ public void setup(TestUtils setup) throws Exception ...@@ -126,6 +126,7 @@ public void setup(TestUtils setup) throws Exception
@AfterEach @AfterEach
public void tearDown(TestUtils setup) public void tearDown(TestUtils setup)
{ {
setup.loginAsSuperAdmin();
setup.deletePage("XWiki", FIRST_USER_NAME); setup.deletePage("XWiki", FIRST_USER_NAME);
setup.deletePage("XWiki", SECOND_USER_NAME); setup.deletePage("XWiki", SECOND_USER_NAME);
setup.forceGuestUser(); setup.forceGuestUser();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment