You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
React 16 no longer adds data-reactroot to the application. This invalidates all tests that rely on that element being present.
From looking at facebook/react#10971, it sounds like the solution is just to specify id's and classnames to attach to for checking screenshots. Given that, we should add an options argument to be passed into the webdriver.io service.
Issue Type
New Feature
Enhancement
Bug
Other
The text was updated successfully, but these errors were encountered:
JakeLaCombe
changed the title
Default wdio selector won't work for React 16.
Themeable Properties needs to take in a selector of options for React 16
Jan 22, 2018
Issue Description
React 16 no longer adds data-reactroot to the application. This invalidates all tests that rely on that element being present.
From looking at facebook/react#10971, it sounds like the solution is just to specify id's and classnames to attach to for checking screenshots. Given that, we should add an options argument to be passed into the webdriver.io service.
Issue Type
The text was updated successfully, but these errors were encountered: