Verified Commit a1c9ba32 authored by Sophia Santos's avatar Sophia Santos Committed by Bill Seremetis
Browse files

Issue #3305731 by sophiavs, gquisini, bserem: Fix the tests to work on drupal 9

parent ec1d3ec6
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -1182,10 +1182,6 @@ display:
          hide_empty: false
          empty_zero: false
          hide_alter_empty: true
          type: unicode-yes-no
          type_custom_true: ''
          type_custom_false: ''
          not: 0
          set_precision: false
          precision: 0
          decimal: .
@@ -1561,7 +1557,7 @@ display:
          distinct: false
          replica: false
          query_comment: ''
          query_tags: null
          query_tags: {  }
      menu:
        type: tab
        title: Feedback
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ class LoadTest extends BrowserTestBase {
   */
  protected $user;

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */