You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When("I load the test site with custom DAP parameters",asyncfunction(){
8
+
awaitthis.page.goto("http://localhost:8080?agency=GSA&Subagency=TTS&sitetopic=comp,educ,soc|sm|2023-12-04 (AI education and AI in education)&siteplatform=standard-site&cto=6");
9
+
});
10
+
11
+
When("I load the test site with autotracker enabled",asyncfunction(){
12
+
// autotracker enabled by default
13
+
awaitthis.page.goto("http://localhost:8080");
14
+
});
15
+
16
+
When("I load the test site with autotracker disabled",asyncfunction(){
0 commit comments