mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 22:59:24 +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) {
|
||||
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