We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c3945 commit 8ce4b60Copy full SHA for 8ce4b60
src/driver/Browser.ts
@@ -137,7 +137,7 @@ export default class BrowserDriver extends BaseEventEmitter<DriverEventMap> impl
137
const url = new URL(window.location.href);
138
let path: string;
139
if (this.mode === Mode.hash) {
140
- path = this.getPath(new URL(`x:${url.hash.replace(/^#/, '')}`));
+ path = this.getPath(new URL(`http://x.com/${url.hash.replace(/^#/, '')}`));
141
} else {
142
path = this.getPath(url);
143
}
0 commit comments