Commit fd85b31f authored by Diego Restrepo's avatar Diego Restrepo Committed by Lasha.B
Browse files

Issue #3286842 by Project Update Bot, diegoluisr, tyler36: Automated Drupal 10 compatibility fixes

parent 7b306f13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ class ImporterTest extends WebDriverTestBase {
      $page->selectFieldOption('entity_type_bundle', $entity_type_bundle);
    }

    $page->attachFileToField('files[csv]', \Drupal::service('extension.list.module')->getPath('module', 'csv_importer_test') . "/content/csv_example_{$entity_type}_test.csv");
    $page->attachFileToField('files[csv]', \Drupal::service('extension.list.module')->getPath('csv_importer_test') . "/content/csv_example_{$entity_type}_test.csv");
    $assert->assertWaitOnAjaxRequest();

    $page->pressButton('Import');