Commit c435adee authored by naheemsays's avatar naheemsays Committed by Sascha Grossenbacher
Browse files

Issue #3293712 by NaheemSays: Fix Test Failure starting with Drupal 9.4

parent e6ca6435
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -44,8 +44,7 @@ class PollFieldUITest extends PollTestBase {

    // Check if 'Manage fields' tab appears in the poll's settings page.
    $this->assertSession()->addressEquals('admin/config/content/poll');
    $xpath = '//div/main/aside/div/div/nav/ul/li[2]/a';
    $this->assertFieldByXPath($xpath, 'Manage fields');
    $this->assertSession()->pageTextContains('Manage fields');

    // Ensure that the 'Manage display' page is visible.
    $this->clickLink('Manage display');