Skip to content

Commit 15e932b

Browse files
authored
Update README.md
1 parent 280b2cc commit 15e932b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ const component = await browser.mountReactComponent('/src/components/Form.jsx')
111111
```
112112

113113
### - browser.launchComponentRenderer():
114-
This will call `browser.navigateTo('/test_renderer/')` and open the browser. Needs to be used before the `.importScript()` command, if used.
114+
This will call `browser.navigateTo('/nightwatch/')` and open the browser. Needs to be used before the `.importScript()` command, if used.
115115

116-
You can also set `launchUrl` as a global at runtime and then the url to be used will be `${browser.globals.launchUrl}/test_renderer`, which makes it possible to set the launch url dynamically.
116+
You can also set `launchUrl` as a global at runtime and then the url to be used will be `${browser.globals.launchUrl}/nightwatch`, which makes it possible to set the launch url dynamically.
117117

118118
### - browser.importScript(`scriptPath`, `[options]`, `[callback]`):
119119
**Parameters:**

0 commit comments

Comments
 (0)