Skip to content

Commit

Permalink
#649 revert trial
Browse files Browse the repository at this point in the history
  • Loading branch information
canbax committed May 11, 2021
1 parent c3cb155 commit 2cd2f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/3rdPartyServices.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ context('Other third party services', () => {
.should('eq', `window.open('${url}', '_blank')`);

cy.request(url).then((response) => {
expect(response.status).to.eq(300);
expect(response.status).to.eq(200);
});

});
Expand Down

0 comments on commit 2cd2f36

Please sign in to comment.