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

Add CSS compilation to tests #243

Open
1 of 5 tasks
maxkadel opened this issue Jun 26, 2024 · 0 comments
Open
1 of 5 tasks

Add CSS compilation to tests #243

maxkadel opened this issue Jun 26, 2024 · 0 comments

Comments

@maxkadel
Copy link
Contributor

What maintenance needs to be done?

In order to test CSS, we need to compile it for the tests. This is not always needed; however, in cases like the header, where we show one application name on small screen sizes and a different one on larger screen sizes, it would be nice to be able to test for which element is visible.

Level of urgency

  • High
  • Moderate
  • Low

Why is this maintenance needed?

  • To ensure that we show only one application name at a time, we should test for element visibility, and in order to do so, we need to compile CSS for at least some of the tests.

Acceptance criteria

  • The test suite is not significantly slower
  • We can accurately test for whether an element is visible or not (using isVisible or similar)

Implementation notes, if any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant