Skip to content

Commit

Permalink
[nodejs] Fixing expected exception message to match current implement…
Browse files Browse the repository at this point in the history
…ation of UnsupportedOperationError (it contains operation name now)
  • Loading branch information
barancev committed Jan 31, 2019
1 parent abe810b commit 09210de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/test/lib/http_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ describe('http', function() {
() => assert.fail('should have failed'),
checkError(
error.UnsupportedOperationError,
'hello, world\ngoodbye, world!'));
'getCurrentUrl: hello, world\ngoodbye, world!'));
});

it('throws WebDriverError for generic 4xx when body not JSON',
Expand Down

0 comments on commit 09210de

Please sign in to comment.