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

Separate base UI test classes for project and site app views #1460

Open
mikkonie opened this issue Jul 22, 2024 · 0 comments
Open

Separate base UI test classes for project and site app views #1460

mikkonie opened this issue Jul 22, 2024 · 0 comments
Labels
breaking Breaking change, to be implemented and documented with care feature Requested feature or enhancement
Milestone

Comments

@mikkonie
Copy link
Collaborator

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.

@mikkonie mikkonie added breaking Breaking change, to be implemented and documented with care feature Requested feature or enhancement labels Jul 22, 2024
@mikkonie mikkonie added this to the v1.1.0 milestone Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change, to be implemented and documented with care feature Requested feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant