Skip to content
Snippets Groups Projects

hotline #72797 fix ajaxStop usage to match new jquery requirements

Compare and Show latest version
1 file
+ 5
0
Preferences
Compare changes
@@ -1527,6 +1527,11 @@ class BibControllerLocalisationMajTest extends BibControllerTestCase {
$this->assertXPath('//iframe[contains(@src,"filename=bib_2_localisation_9.jpg")]');
}
/** @test */
public function scriptShouldContainsDisplayPlan() {
$this->assertXPath('//script', 'function displayPlan()');
}
}