Update web to v4.2.0, bump JS deps, update expected failures

This commit is contained in:
pwengerter
2021-09-15 00:35:57 +01:00
parent 0e9e635672
commit 997d69ae62
16 changed files with 1143 additions and 607 deletions
@@ -1,6 +1,6 @@
const assert = require('assert')
const { client } = require('nightwatch-api')
const { Given, When, Then } = require('cucumber')
const { Given, When, Then } = require('@cucumber/cucumber')
When('the user browses to the accounts page', function () {
return client.page.accountsPage().navigateAndWaitUntilMounted()