Fixed failing test

refs ed98d89771
This commit is contained in:
Nazar Gargol 2020-06-18 18:11:15 +12:00
parent ed98d89771
commit 131fd8fe2c

View File

@ -15,7 +15,7 @@ describe('Integration: Component: gh-members-import-table', function () {
expect(find('table')).to.exist;
expect(findAll('table thead th').length).to.equal(2);
expect(findAll('table tbody tr').length).to.equal(1);
expect(find('table tbody tr').textContent).to.equal('No data');
expect(find('table tbody tr').textContent).to.match(/No data/);
});
it('renders members data with all the properties', async function () {