Skip to content

Commit

Permalink
Fix 500 Error on Session Property Value Retrieval #138
Browse files Browse the repository at this point in the history
  • Loading branch information
TasneemNatshah committed Jul 5, 2024
1 parent e2242c6 commit 75571fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
// More info on Chromedriver: https://sites.google.com/a/chromium.org/chromedriver/
//
// w3c:false tells Chromedriver to run using the legacy JSONWire protocol (not required in Chrome 78)
w3c: false,
w3c: true,
args: [
'--headless',
'--start-maximized',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webship-js",
"version": "1.0.29",
"version": "1.0.30",
"description": "Webship JS automated functional testing.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 75571fe

Please sign in to comment.