mirror of
https://github.com/discourse/discourse.git
synced 2025-04-11 09:31:06 +08:00
attempts to fix broken spec only on CI
This commit is contained in:
parent
38064c5776
commit
e6385e4527
@ -236,7 +236,7 @@ componentTest('supports custom row template', {
|
|||||||
test(assert) {
|
test(assert) {
|
||||||
expandSelectBox();
|
expandSelectBox();
|
||||||
|
|
||||||
andThen(() => assert.equal(selectBox().row(1).el().html(), "<b>robin</b>") );
|
andThen(() => assert.equal(selectBox().row(1).el().html().trim(), "<b>robin</b>") );
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user