apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB
https://github.com/apache/couchdb-fauxton
Apache License 2.0
373 stars 225 forks source link

Fix errors running Nightwatch's execute() #1451

Closed Antonio-Maranhao closed 1 month ago

Antonio-Maranhao commented 1 month ago

Overview

Fix syntax errors when calling Nightwatch execute() function.

Testing recommendations

Verify that errors like the one below are no longer printed:

>> Error
>>      Response 500 POST /session/00adc39b522f52a7247d46533b2f9bc4/execute/sync (19ms)
   {
     value: {
       error: 'javascript error',
       message: 'javascript error: Invalid left-hand side in assignment\n' +
         '  (Session info: chrome=125.0.6422.141)',
       stacktrace: ''
     }
  }

GitHub issue number

n/a

Related Pull Requests

n/a

Checklist

Antonio-Maranhao commented 1 month ago

Closed in favor of https://github.com/apache/couchdb-fauxton/pull/1450