Fix tests after d5705b2c3b

This commit is contained in:
jelhan 2016-08-30 11:54:33 +02:00
parent 591f014c1d
commit ed5e5f84c5

View file

@ -243,7 +243,7 @@ test('evaluation is correct for MakeAPoll', function(assert) {
'has a table showing user selections'
);
assert.deepEqual(
find('.user-selections-table.floatThead-table thead th').map((i, el) => $(el).text().trim()).get(),
find('.user-selections-table thead th').map((i, el) => $(el).text().trim()).get(),
['', 'first option', 'second option'],
'dates are used as table headers'
);