whitespace

This commit is contained in:
Valentijn van der Jagt
2026-01-05 12:40:28 +01:00
parent bcdece9941
commit dd6f0a36f8

View File

@@ -18,7 +18,6 @@ public class BonusManager {
BrowserContext context = browser.newContext(); BrowserContext context = browser.newContext();
Page bonusPagina = context.newPage(); Page bonusPagina = context.newPage();
bonusPagina.navigate("https://www.ah.nl/bonus"); bonusPagina.navigate("https://www.ah.nl/bonus");
TimeUnit.SECONDS.sleep(5); // wait for page to actaully fully load TimeUnit.SECONDS.sleep(5); // wait for page to actaully fully load