Skip to content

Commit

Permalink
Merge pull request #37 from Lakitna/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
Lakitna authored Jan 16, 2020
2 parents c056725 + 8a2798d commit b37397d
Show file tree
Hide file tree
Showing 5 changed files with 469 additions and 300 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/copied/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
expect(this.logs.length).to.eq(1);
expect(lastLog.get("error")).to.eq(err);
expect(lastLog.get("state")).to.eq("failed");
expect(err.message).to.eq("cy.request() must be provided a fully qualified url - one that begins with 'http'. By default cy.request() will use either the current window's origin or the 'baseUrl' in cypress.json. Neither of those values were present.");
expect(err.message).to.eq("cy.request() must be provided a fully qualified url - one that begins with 'http'. By default cy.request() will use either the current window's origin or the 'baseUrl' in 'cypress.json'. Neither of those values were present.");
return done();
});
return cy.request("/foo/bar");
Expand Down
1 change: 1 addition & 0 deletions cypress/integration/to.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ describe('The added command `to`', function() {

context('String', function() {
describe('In isolation', function() {
/* eslint-disable-next-line sonarjs/no-unused-collection */
let __logs;

beforeEach(function() {
Expand Down
Loading

0 comments on commit b37397d

Please sign in to comment.