Fix tests after d5705b2c3b
This commit is contained in:
parent
591f014c1d
commit
ed5e5f84c5
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue