We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c407f7 commit 67cfbf9Copy full SHA for 67cfbf9
1 file changed
module/VuFind/tests/integration-tests/src/VuFindTest/Mink/HoldsTest.php
@@ -180,7 +180,7 @@ protected function placeHoldAndGoToHoldsScreen(
180
// Make sure we arrived where we expected to:
181
$this->assertSame(
182
'Your Holds and Recalls',
183
- $this->findCssAndGetText($page, 'h2')
+ $this->findCssAndGetText($page, 'h1')
184
);
185
}
186
@@ -795,7 +795,7 @@ public function testHoldsAll(): void
795
$this->waitForPageLoad($page);
796
797
798
799
800
801
0 commit comments