mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15171] Fix test
PHPBB3-15171
This commit is contained in:
parent
3bfd006e77
commit
a0ba57dc4f
2 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ class phpbb_functional_posting_test extends phpbb_functional_test_case
|
||||||
));
|
));
|
||||||
$crawler = self::submit($form);
|
$crawler = self::submit($form);
|
||||||
$this->assertContains(
|
$this->assertContains(
|
||||||
'<span style="font-weight: bold">My signature</span>',
|
'<strong class="text-strong">My signature</strong>',
|
||||||
$crawler->filter('#preview .signature')->html()
|
$crawler->filter('#preview .signature')->html()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue