fixing photo comment test
This commit is contained in:
parent
33a3f2b439
commit
b5104d9581
1 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@ cmp_deeply(
|
||||||
re( qr{TinyMCE}i ),
|
re( qr{TinyMCE}i ),
|
||||||
),
|
),
|
||||||
commentForm_submit => all(
|
commentForm_submit => all(
|
||||||
re( qr/<input[^>]+type="submit"[^>]+name="submit"[^>]+value="Save Comment"[^>]+>/ ),
|
re( qr/<input[^>]+type="submit"[^>]+name="submit"[^>]+value="Save Comment."[^>]+>/ ),
|
||||||
),
|
),
|
||||||
} ),
|
} ),
|
||||||
"appendTemplateVarsCommentForm returns the correct structure",
|
"appendTemplateVarsCommentForm returns the correct structure",
|
||||||
|
|
@ -243,7 +243,7 @@ cmp_deeply(
|
||||||
re( qr{$comment->{bodyText}} ),
|
re( qr{$comment->{bodyText}} ),
|
||||||
),
|
),
|
||||||
commentForm_submit => all(
|
commentForm_submit => all(
|
||||||
re( qr/<input[^>]+type="submit"[^>]+name="submit"[^>]+value="Save Comment"[^>]+>/ ),
|
re( qr/<input[^>]+type="submit"[^>]+name="submit"[^>]+value="Save Comment."[^>]+>/ ),
|
||||||
),
|
),
|
||||||
} ),
|
} ),
|
||||||
"appendTemplateVarsCommentForm returns the correct structure",
|
"appendTemplateVarsCommentForm returns the correct structure",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue