attempts to fix broken spec only on CI

This commit is contained in:
Joffrey JAFFEUX 2017-09-14 20:34:37 +02:00 committed by GitHub
parent 38064c5776
commit e6385e4527

View File

@ -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>") );
} }
}); });