mirror of https://github.com/zulip/zulip.git
Update test (again) to match new '>' delimiter.
It looks like there was a stray | in the tests. (imported from commit 991c35988daa1d6dbf268f8334f28ab69e222eb4)
This commit is contained in:
parent
49328c2551
commit
91a3e0402f
|
@ -160,7 +160,7 @@ casper.then(function () {
|
|||
|
||||
msg.headings.forEach(function (heading) {
|
||||
casper.test.assertMatch(normalize_spaces(heading),
|
||||
/(^You and )|( \| )/,
|
||||
/(^You and )|( > )/,
|
||||
'Heading is well-formed');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue