Fixed member import test

refs 09f4a48bc5

- The copy was changed, test needed to be updated as well.
This commit is contained in:
Nazar Gargol 2020-07-01 17:46:50 +12:00
parent 09f4a48bc5
commit 08853fac2d

View File

@ -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.');
});
});