We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a56180 commit 7dea553Copy full SHA for 7dea553
1 file changed
test/spec/test.js
@@ -92,11 +92,11 @@ describe('Environments', function () {
92
});
93
94
it('Should be a sandbox button', function () {
95
- sandbox.action.should.include('//sandbox.');
+ sandbox.action.should.include('//www.sandbox.paypal');
96
97
98
it('Should be a www button', function () {
99
- www.action.should.include('//www.');
+ www.action.should.include('//www.paypal');
100
101
102
0 commit comments