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

Legacy API test is frozen because of unexpected Error raising #1790

Closed
helen-dikareva opened this issue Sep 18, 2017 · 2 comments
Closed

Legacy API test is frozen because of unexpected Error raising #1790

helen-dikareva opened this issue Sep 18, 2017 · 2 comments
Labels
AREA: client !IMPORTANT! STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: automations TYPE: bug The described behavior is considered as wrong (bug).
Milestone

Comments

@helen-dikareva
Copy link
Collaborator

Are you requesting a feature or reporting a bug?

bug

What is the current behavior?

test is frozen because of unexpected Error raising

What is the expected behavior?

test should pass

How would you reproduce the current behavior (if this is a bug)?

Run following test

Provide the test code and the tested page URL (if applicable)

Test code

01.test.js:

"@fixture 01. KitchenSink - 'Form' View";

"@page https://js.devexpress.com/Demos/KitchenSink/#Form";


"@test"["'Form' view"] = {
    '@testCases': './device_cases.json',

    'Force device': function () {
        sessionStorage.setItem('dx-force-device', JSON.stringify(this.device.info));
        act.navigateTo("?reload" + document.location.hash);
    },

    "1. Wait 5s": function () {
        act.wait(5000);
    },

    "2. Scroll view": function () {
        act.drag(".dx-active-view .dx-scrollview-content", 0, -300);
    },

    "3. Type in hidden input": function () {
        // Test is frozen because 'VisibleElementAutomation._ensureElement' method raise error
        // after call 'VisibleElementAutomation._checkElementState'
        act.type(".dx-autocomplete input", "123");
    },

    "4. Wait 5s": function () {
        act.wait(5000);
    }
};

device_cases.json

[
    {
        "@name": "iPhone IOS7/8",
        "device": {
            "name": "iPhone",
            "info": {
                "platform": "ios",
                "deviceType": "phone",
                "device": "phone",
                "version": [ 7 ]
            }
        }
    }
]
@AlexanderMoskovkin
Copy link
Contributor

I'm working on this

@AlexanderMoskovkin AlexanderMoskovkin changed the title Lecasy API test is frozen because of unexpected Error raising Legacy API test is frozen because of unexpected Error raising Dec 28, 2017
AlexanderMoskovkin added a commit to AlexanderMoskovkin/testcafe that referenced this issue Dec 28, 2017
@lock
Copy link

lock bot commented Mar 28, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Mar 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 28, 2019
kirovboris pushed a commit to kirovboris/testcafe-phoenix that referenced this issue Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AREA: client !IMPORTANT! STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: automations TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

No branches or pull requests

2 participants