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
The current UITestBase base test class sets up a lot of project-specific data, which is irrelevant to site apps (or can be set manually in app test class setUp(). We should separate project and site app base test classes.
This will be a breaking change as moving the setup of certain variables from the current class will require changes in test implementations. It must be documented accordingly.
The text was updated successfully, but these errors were encountered:
The current
UITestBase
base test class sets up a lot of project-specific data, which is irrelevant to site apps (or can be set manually in app test classsetUp()
. We should separate project and site app base test classes.This will be a breaking change as moving the setup of certain variables from the current class will require changes in test implementations. It must be documented accordingly.
The text was updated successfully, but these errors were encountered: