Skip to content
Snippets Groups Projects
Commit 4918857f authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #65553 fix test failure

parent 095664a7
Branches
Tags
1 merge request!2370hotline #65553 : loan PNB fix open window
Pipeline #2725 passed with stage
in 22 minutes and 54 seconds
......@@ -161,7 +161,7 @@ class BibNumeriqueContollerDilicomAjaxPopupBookActionTest extends BibNumeriqueCo
->beStrict();
$this->dispatch('/bib-numerique/consult-book-open-ajax/id/3', true);
$this->assertContains('<script>window.open(\"\/recherche\/viewnotice\/id\/3\/render\/false\")<\/script>', $this->_response->getBody());
$this->assertContains('<script>window.location.reload()<\/script>', $this->_response->getBody());
}
......
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