Skip to content

Commit

Permalink
Enable all tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
archfz committed Jun 8, 2020
1 parent 4782bfa commit 1f19ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('cypress-terminal-report', () => {
});
}).timeout(60000);

it.only('Should log request data and response headers.', async () => {
it('Should log request data and response headers.', async () => {
await runTest(commandBase(['printHeaderData=1', 'printRequestData=1'], [`xhrTypes.spec.js`]), (error, stdout, stderr) => {
expect(stdout).to.contain(`Status: 403\n${PADDING}Request headers: {\n${PADDING} "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",\n`);
expect(stdout).to.contain(`\n${PADDING} "test-header": "data",\n${PADDING} "vary": "Accept-Encoding"\n${PADDING}}\n${PADDING}Response body: {\n${PADDING} "key": "data"\n${PADDING}}\n`);
Expand Down

0 comments on commit 1f19ded

Please sign in to comment.