You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/fixtures/regression/gh-965/test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ describe('[Regression](GH-965)', function () {
21
21
})
22
22
.catch(function(err){
23
23
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://.');
0 commit comments