mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
parent
ed98d89771
commit
131fd8fe2c
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user