File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/server/test/org/openqa/grid/e2e/misc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static void prepare() throws Exception {
68
68
69
69
hubURL = hub .getUrl ();
70
70
driverURL = new URL (hubURL + "/grid/driver" );
71
- consoleURL = new URL (hubURL + "/grid/old/ console" );
71
+ consoleURL = new URL (hubURL + "/grid/console" );
72
72
73
73
// assigning a priority rule where requests with the flag "important" go first.
74
74
registry .getConfiguration ().prioritizer = new Prioritizer () {
@@ -209,7 +209,7 @@ public void test5ValidateStateAndPickTheImportantOne() throws InterruptedExcepti
209
209
// simple helper
210
210
static private void visitHubConsole (WebDriver driver ) {
211
211
driver .get (consoleURL .toString ());
212
- assertEquals (driver .getTitle (), "Grid overview " );
212
+ assertEquals (driver .getTitle (), "Grid Console " );
213
213
}
214
214
215
215
@ AfterClass
You can’t perform that action at this time.
0 commit comments