Loading core/tests/Drupal/Nightwatch/Commands/drupalInstall.js +3 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,9 @@ exports.command = function drupalInstall( value: encodeURIComponent(installData.user_agent), path: url.pathname, }); // Set the HTTP_USER_AGENT environment variable to detect the test // environment in the command line. process.env.HTTP_USER_AGENT = installData.user_agent; } catch (error) { this.assert.fail(error); } Loading Loading
core/tests/Drupal/Nightwatch/Commands/drupalInstall.js +3 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,9 @@ exports.command = function drupalInstall( value: encodeURIComponent(installData.user_agent), path: url.pathname, }); // Set the HTTP_USER_AGENT environment variable to detect the test // environment in the command line. process.env.HTTP_USER_AGENT = installData.user_agent; } catch (error) { this.assert.fail(error); } Loading