diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7869db4..ad41ca6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,6 @@ jobs: publish: if: ${{ !github.event.release.draft }} runs-on: ubuntu-latest - environment: release steps: - uses: DevExpress/testcafe-build-system/actions/publish-with-publish-please@main env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b4407d..d306cdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,6 @@ jobs: test: runs-on: ubuntu-latest needs: [build] - environment: CI steps: - uses: DevExpress/testcafe-build-system/actions/prepare@main diff --git a/test/mocha/browser-names-test.js b/test/mocha/browser-names-test.js index 450e42f..e6f9792 100644 --- a/test/mocha/browser-names-test.js +++ b/test/mocha/browser-names-test.js @@ -28,7 +28,7 @@ describe('Browser names', function () { 'ie@11.0:Windows 8.1', 'edge@15.0:Windows 10', 'iPhone SE 2020@13', - 'iPhone XR@12', + 'iPhone XR@15', 'Google Pixel 7@13.0' ]; @@ -42,8 +42,7 @@ describe('Browser names', function () { 'edge@15.0:Windows 10', 'iPhone 7@10', 'iPhone SE 2020@13', - 'iPhone XR@12', - 'Google Pixel 7@13.0' + 'iPhone XR@15', ]; return browserStackProvider diff --git a/test/mocha/change-resolution-test.js b/test/mocha/change-resolution-test.js index 35f993b..ab47622 100644 --- a/test/mocha/change-resolution-test.js +++ b/test/mocha/change-resolution-test.js @@ -8,7 +8,7 @@ const HIGH_RESOLUTION = '1920x1080'; describe('Resolution Changing', function () { - this.timeout(2 * 60 * 1000); + this.timeout(3 * 60 * 1000); let testcafe = null; diff --git a/test/mocha/testcafe-integration-test.js b/test/mocha/testcafe-integration-test.js index a3172de..b89bbf2 100644 --- a/test/mocha/testcafe-integration-test.js +++ b/test/mocha/testcafe-integration-test.js @@ -3,7 +3,7 @@ var createTestCafe = require('testcafe'); describe('TestCafe integration', function () { - this.timeout(2 * 60 * 1000); + this.timeout(3 * 60 * 1000); var testcafe = null;