Skip to content

Commit 67cfbf9

Browse files
committed
Fix some broken tests.
1 parent 5c407f7 commit 67cfbf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • module/VuFind/tests/integration-tests/src/VuFindTest/Mink

module/VuFind/tests/integration-tests/src/VuFindTest/Mink/HoldsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected function placeHoldAndGoToHoldsScreen(
180180
// Make sure we arrived where we expected to:
181181
$this->assertSame(
182182
'Your Holds and Recalls',
183-
$this->findCssAndGetText($page, 'h2')
183+
$this->findCssAndGetText($page, 'h1')
184184
);
185185
}
186186

@@ -795,7 +795,7 @@ public function testHoldsAll(): void
795795
$this->waitForPageLoad($page);
796796
$this->assertSame(
797797
'Your Holds and Recalls',
798-
$this->findCssAndGetText($page, 'h2')
798+
$this->findCssAndGetText($page, 'h1')
799799
);
800800
}
801801

0 commit comments

Comments
 (0)