Fixed one of failing member import validation tests

This commit is contained in:
Nazar Gargol 2020-06-18 23:34:49 +12:00
parent 6776b8cde7
commit f62554934d

View File

@ -68,6 +68,6 @@ describe('Integration: Service: member-import-validator', function () {
}]);
expect(result.length).to.equal(1);
expect(result[0].message).to.equal('You need to connect to Stripe first to import Stripe data.');
expect(result[0].message).to.equal('You need to <a href="#/settings/labs">connect to Stripe</a> to import Stripe customers.');
});
});