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

Commit 301e28f

Browse files
committed
chore(test): fix line too long
1 parent ca000b0 commit 301e28f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ executor.addCommandlineTest('node built/cli.js spec/errorTest/slowHttpAndTimeout
125125
.expectExitCode(1)
126126
.expectErrors([
127127
{message: 'The following tasks were pending[\\s\\S]*\\$http: slowcall'},
128-
{message: 'While waiting for element with locator - Locator: by.binding\\(\\"slowAngularTimeoutStatus\\"\\)$'}
128+
{message: 'While waiting for element with locator - ' +
129+
'Locator: by.binding\\(\\"slowAngularTimeoutStatus\\"\\)$'}
129130
]);
130131

131132
executor.execute();

0 commit comments

Comments
 (0)