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 a toggle button to flip the graph #18

Open
marcopierobon opened this issue May 5, 2020 · 0 comments
Open

Add a toggle button to flip the graph #18

marcopierobon opened this issue May 5, 2020 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@marcopierobon
Copy link
Collaborator

marcopierobon commented May 5, 2020

Scenario 1: flip the graph when no simulation have run
As a simulator user
Given the simulator has not run
When I click on the flip graph button
Then Nothing happens on the screens

Scenario 2: flip the graph and start the first simulation
As a simulator user
Given I pressed the flip graph button
When I click on run simulation
Then the current graph does not flip
And future simulations will stay flipped

Scenario 3: try to flip the graph during a simulation
As a simulator user
Given a simulation is running
When I click on flip graph
Then button is not clickable
And nothing happens

@marcopierobon marcopierobon added the enhancement New feature or request label May 5, 2020
@marcopierobon marcopierobon added this to To do in Main via automation May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Main
  
To do
Development

No branches or pull requests

1 participant