Skip to content
Snippets Groups Projects
Commit 31ddcc70 authored by Laurent's avatar Laurent
Browse files

test fix on PHP5.6

parent b0cb2924
1 merge request!3809Master
Pipeline #12156 passed with stage
in 57 minutes and 46 seconds
......@@ -512,7 +512,7 @@ class JournalIndexActionTest extends JournalWithEntriesTestCase {
/** @test */
public function tdShouldContainsLinkToDetails() {
$this->assertXPath('//table[@id="events_table"]//tbody//td//a[@href="/admin/journal/view/id/10"][@data-popup="true"]');
$this->assertXPath('//table[@id="events_table"]//tbody//td//a[contains(@href, "/admin/journal/view/id/1")][@data-popup="true"]');
}
}
......
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