Skip to content

Commit fa8754b

Browse files
committed
.
1 parent 61f50f3 commit fa8754b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/functional/fixtures/regression/gh-965

test/functional/fixtures/regression/gh-965/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('[Regression](GH-965)', function () {
2121
})
2222
.catch(function (err) {
2323
expect(err.message).contains('Invalid test page URL: "httpss://example.com". TestCafe cannot execute the test because the test page URL includes the httpss protocol. TestCafe supports the following protocols: http://, https:// and file://.');
24-
expect(err.stack).contains('> 4 | .page `httpss://example.com`');
24+
expect(err.stack).contains('> 3 |test.page `httpss://example.com`');
2525
});
2626
});
2727
});

0 commit comments

Comments
 (0)