|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
@editor @editor_atto @atto @atto_collapse
|
|
|
2 |
Feature: Atto collapse button
|
|
|
3 |
To access all the tools in Atto, I need to toggle the toolbar
|
|
|
4 |
|
|
|
5 |
@javascript
|
|
|
6 |
Scenario: Toggle toolbar
|
|
|
7 |
Given I log in as "admin"
|
|
|
8 |
And I open my profile in edit mode
|
|
|
9 |
When I click on "Show more buttons" "button"
|
|
|
10 |
Then "Equation editor" "button" should be visible
|
|
|
11 |
And I click on "Show fewer buttons" "button"
|
|
|
12 |
Then "Equation editor" "button" should not be visible
|