mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
FIX Removing ID from match in tests
This commit is contained in:
parent
614b525c04
commit
c22daa2ee0
@ -283,7 +283,7 @@ class CommentsExtensionTest extends FunctionalTest
|
||||
$expected = '<textarea name="Comment"';
|
||||
$this->assertContains($expected, $cf);
|
||||
|
||||
$expected = '<input type="submit" name="action_doPostComment" value="Post" class="action" id="comments-holder_action_doPostComment"';
|
||||
$expected = '<input type="submit" name="action_doPostComment" value="Post" class="action"';
|
||||
$this->assertContains($expected, $cf);
|
||||
|
||||
$expected = '/comments/spam/';
|
||||
|
Loading…
Reference in New Issue
Block a user