Skip to content

Commit

Permalink
move e2e test to driver integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Apr 22, 2021
1 parent 06ec61b commit ebc2cf4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,12 @@ describe('network stubbing', { retries: { runMode: 2, openMode: 0 } }, function
.then(() => testDelay()).wait('@get')
})

// @see https://github.com/cypress-io/cypress/issues/15901
it('can intercept utf-8 request bodies without crashing', function () {
cy.intercept('POST', 'http://localhost:5000/api/sample')
cy.visit('/fixtures/utf8-post.html')
})

context('request events', function () {
context('can end response', () => {
for (const eventName of ['before:response', 'response']) {
Expand Down
14 changes: 0 additions & 14 deletions packages/server/test/e2e/7_issue_15901_spec.js

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ebc2cf4

Please sign in to comment.