Loading core/tests/Drupal/Nightwatch/Assertions/deprecationErrorExists.js +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ module.exports.assertion = function (expected) { const deprecationMessages = sessionStorageEntries !== null ? sessionStorageEntries.filter((message) => new RegExp('[Deprecation]').test(message), message.includes('[Deprecation]'), ) : []; Loading core/tests/Drupal/Nightwatch/Assertions/noDeprecationErrors.js +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ module.exports.assertion = function () { const deprecationMessages = sessionStorageEntries !== null ? sessionStorageEntries.filter((message) => new RegExp('[Deprecation]').test(message), message.includes('[Deprecation]'), ) : []; Loading Loading
core/tests/Drupal/Nightwatch/Assertions/deprecationErrorExists.js +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ module.exports.assertion = function (expected) { const deprecationMessages = sessionStorageEntries !== null ? sessionStorageEntries.filter((message) => new RegExp('[Deprecation]').test(message), message.includes('[Deprecation]'), ) : []; Loading
core/tests/Drupal/Nightwatch/Assertions/noDeprecationErrors.js +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ module.exports.assertion = function () { const deprecationMessages = sessionStorageEntries !== null ? sessionStorageEntries.filter((message) => new RegExp('[Deprecation]').test(message), message.includes('[Deprecation]'), ) : []; Loading