Skip to content
Snippets Groups Projects
Commit b5322f90 authored by Henri-Damien LAURENT's avatar Henri-Damien LAURENT
Browse files

Update HandleOnholdTest.php

parent e58b0a09
Branches
Tags
3 merge requests!3297WIP: Master,!3153Hotline,!3150hotline #93294 : fixes pager usage on account loans page
Pipeline #7210 passed with stage
in 1 hour, 9 minutes, and 8 seconds
......@@ -246,7 +246,7 @@ abstract class HandleOnholdDispatchTestCase extends HandleOnholdTestCase {
/** @test */
public function pagerShouldBeDisplay() {
$this->dispatch('/opac/abonne/prets/onhold/yes', true);
$this->assertXPath('//div[contains("pager model_table_pager",@class)]');
$this->assertXPath('//div[contains(@class,"pager model_table_pager")]');
}
}
......
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