Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev committed Sep 4, 2023
1 parent 74e94e2 commit 61aec32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/fixtures/regression/gh-7977/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const EXPECTED_REQUEST_COUNT = 300;

let testcafe = null;

describe('[Regression](GH-7977)', function () {
/*eslint-disable no-console */
describe.only('[Regression](GH-7977)', function () {
onlyInNativeAutomation('Should log all concurrent requests', function () {
return createTestCafe('127.0.0.1', 1335, 1336)
.then(tc => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*eslint-disable no-console */
console.log('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');

let count = 0;

const requestCounter = {
Expand Down

0 comments on commit 61aec32

Please sign in to comment.