Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

The active styling is not set correctly when first loading the page for unchecked tests/test suites #571

Closed
rhdunn opened this issue Feb 26, 2016 · 2 comments

Comments

@rhdunn
Copy link
Contributor

rhdunn commented Feb 26, 2016

Overview

When loading the unit test driver page, the checkboxes for the active Test Suites and tests within each test suite are checked or unchecked according to their previous selection, but the unchecked Test Suites and tests are not given the inactive (grayed out) styling used when deselecting a Test Suite/Test.

Use Case

As a user running roxy-based unit tests, I want to easily see which tests will be run using the "Run Tests" button.

System

Roxy Version: 1.6
Operating System: Windows
Web Browser: Firefox

@dmcassel
Copy link
Collaborator

dmcassel commented Mar 4, 2016

Reproducible in Firefox. Interesting, Chrome just resets all selections (test: load test page; uncheck some tests; hit refresh).

rhdunn pushed a commit to rhdunn/roxy that referenced this issue Jul 15, 2016
Call disableParent on each test and test suite on page load to
ensure that the disabled style is correctly set to reflect the
check state of the corresponding checkbox.
dmcassel added a commit that referenced this issue Jul 20, 2016
Fix #571 Set the disabled style when loading /test
@dmcassel
Copy link
Collaborator

fixed in dev

@dmcassel dmcassel added this to the 1.7.4 milestone Jul 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants