-
-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Description
Hi!
Faced with issue in 0.3.5 version
I have this simple test:
Scenario.only('first test', (I, referralPage, genericPage) => {
I.clearCookie();
I.amOnPage('/summon/pointblank/123123');
I.click(referralPage.tooltip.referral.new.open);
I.dontSeeElement(referralPage.tooltip.referral.new.tooltip);
}
on latest step it should fail, but I see only this in console
> codeceptjs run --steps
CodeceptJS v0.3.5
Test root is assumed to be C:\Users\andrey.pshenkin\git\4game-feature-tests
4game-referral-system-unauth --
First test
* I clear cookie
* I am on page "/summon/pointblank/123123"
* I click {"xpath":"//div[6]/div/div[3]/span/span[2]"}
* I dont see element {"xpath":"/html/body/div[3]/div[2]/div[6]/div/div[3]/span/span[1]"}
So I don't see test report.
When I downgrade to 0.2.8 version everyting is fine - I see error report in console.
How can I fix it in latest version?
Metadata
Metadata
Assignees
Labels
No labels