0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed test for member import dialog copy changes

no refs.
This commit is contained in:
Peter Zimon 2020-06-05 15:41:00 +02:00
parent 2b10a30a04
commit 8a88f31a91

View file

@ -53,7 +53,7 @@ describe('Integration: Component: modal-import-members-test', function () {
await render(hbs`{{modal-import-members}}`);
expect(find('h1').textContent.trim(), 'default header')
.to.equal('Import');
.to.equal('Import members');
expect(find('.description').textContent.trim(), 'upload label')
.to.equal('Select or drag-and-drop a CSV File');
});