mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
Fixed member import test
refs 09f4a48bc5
- The copy was changed, test needed to be updated as well.
This commit is contained in:
parent
09f4a48bc5
commit
08853fac2d
@ -56,6 +56,6 @@ describe('Integration: Service: member-import-validator', function () {
|
||||
}]);
|
||||
|
||||
expect(result.length).to.equal(1);
|
||||
expect(result[0].message).to.equal('You need to <a href="#/settings/labs">connect to Stripe</a> to import Stripe customers.');
|
||||
expect(result[0].message).to.equal('<strong>Missing Stripe connection</strong><br>You need to <a href="#/settings/labs">connect to Stripe</a> to import Stripe customers.');
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user