Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.6.1 no longer works in Internet Explorer #7741

Closed
dcsaszar opened this issue May 30, 2023 · 2 comments · May be fixed by mulesoft-labs/testcafe#8
Closed

2.6.1 no longer works in Internet Explorer #7741

dcsaszar opened this issue May 30, 2023 · 2 comments · May be fixed by mulesoft-labs/testcafe#8
Assignees
Labels
TYPE: bug The described behavior is considered as wrong (bug).

Comments

@dcsaszar
Copy link
Contributor

What is your Scenario?

Running on IE11

What is the Current behavior?

The test hangs after showing the example.org domain, the Testcafe bottom bar appears to be missing.

image
~/js.scrivito.com·master⋮ SAUCE_USERNAME=*** SAUCE_ACCESS_KEY=*** npx -- testcafe 'saucelabs:internet explorer' test.js
 Running tests in:
 - Internet Explorer 11.0 / Windows 10 (https://app.saucelabs.com/tests/a1907d764e08408482d8daa023eecb82)

 Example

(no further output)

What is the Expected behavior?

like in V 2.9.0:

image
SAUCE_USERNAME=*** SAUCE_ACCESS_KEY=*** npx -- testcafe 'saucelabs:internet explorer' test.js
 Running tests in:
 - Internet Explorer 11.0 / Windows 10 (https://app.saucelabs.com/tests/1ee7212c73ee4ad1bd61215b03795a81)

 Example
 ✓ Page content


 1 passed (6s)

What is your public website URL? (or attach your complete example)

https://www.example.org

What is your TestCafe test code?

test.js:

import { Selector } from "testcafe";

fixture`Example`.page`https://www.example.org`;

test("Page content", async (t) => {
  await t.expect(Selector("h1").withText("Example Domain").exists).ok();
});

Your complete configuration file

No response

Your complete test report

No response

Screenshots

No response

Steps to Reproduce

  1. Install testcafe and testcafe-browser-provider-saucelabs
  2. Create "test.js"
  3. Run the test on Saucelabs: SAUCE_USERNAME=*** SAUCE_ACCESS_KEY=*** npx -- testcafe 'saucelabs:internet explorer' test.js

TestCafe version

2.6.1

Node.js version

v19.8.1

Command-line arguments

'saucelabs:internet explorer' test.js

Browser name(s) and version(s)

IE 11

Platform(s) and version(s)

Windows 10

Other

"testcafe-browser-provider-saucelabs": "^2.0.0"
@dcsaszar dcsaszar added the TYPE: bug The described behavior is considered as wrong (bug). label May 30, 2023
@need-response-app need-response-app bot added the STATE: Need response An issue that requires a response or attention from the team. label May 30, 2023
@AlexKamaev
Copy link
Contributor

Thank you for reporting this issue. Our team is actively working on resolving it. We'll let you know as soon as a fix is implemented.

@need-response-app need-response-app bot removed the STATE: Need response An issue that requires a response or attention from the team. label May 31, 2023
@AlexKamaev
Copy link
Contributor

fixed in DevExpress/testcafe-hammerhead#2900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants