Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 75af8f4

Browse files
authored
fix(error message): fix error message browser.get (#4065)
1 parent e676a60 commit 75af8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ export class ProtractorBrowser extends AbstractExtendedWebDriver {
933933
let message = angularTestResult.message;
934934
logger.error(`Could not find Angular on page ${destination} : ${message}`);
935935
throw new Error(
936-
'Angular could not be found on the page ${destination}.' +
936+
`Angular could not be found on the page ${destination}.` +
937937
`If this is not an Angular application, you may need to turn off waiting for Angular.
938938
Please see
939939
https://github.com/angular/protractor/blob/master/docs/timeouts.md#waiting-for-angular-on-page-load`);

0 commit comments

Comments
 (0)