Unverified Commit 6dca0459 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3122002 by clayfreeman, lauriii, alexpott: Remove dependency to...

Issue #3122002 by clayfreeman, lauriii, alexpott: Remove dependency to localize.drupal.org on Nightwatch tests

(cherry picked from commit bf2b32ab)
parent 5840b832
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ module.exports = {
  '@tags': ['core'],
  before(browser) {
    browser.drupalInstall({
      setupFile: 'core/tests/Drupal/TestSite/TestSiteInstallTestScript.php',
      setupFile:
        'core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php',
      langcode: 'fr',
    });
  },