Skip to content
Snippets Groups Projects
Commit b8e130df authored by Demian Katz's avatar Demian Katz
Browse files

Fix tests to match accessibility fixes.

parent 36d12c7f
No related merge requests found
......@@ -53,7 +53,7 @@ class JumpToRecordTest extends \VuFindTest\Unit\MinkTestCase
$this->assertEquals(
'La congiura dei Principi Napoletani 1701 : (prima e seconda stesura) /',
trim($this->findCss($page, 'h3')->getText())
trim($this->findCss($page, 'h1')->getText())
);
}
......
......@@ -62,6 +62,6 @@ class NextPrevNavTest extends \VuFindTest\Unit\MinkTestCase
$session->visit($this->getVuFindUrl() . "/Record/geo20001");
// should fail if exception is thrown
$this->assertContains("Test Publication 20001", $this->findCss($page, "div.media-body > h3[property=name]")->getText());
$this->assertContains("Test Publication 20001", $this->findCss($page, "div.media-body > h1[property=name]")->getText());
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment