You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
457 B
13 lines
457 B
2 years ago
|
@editor @editor_atto @atto @atto_collapse
|
||
|
Feature: Atto collapse button
|
||
|
To access all the tools in Atto, I need to toggle the toolbar
|
||
|
|
||
|
@javascript
|
||
|
Scenario: Toggle toolbar
|
||
|
Given I log in as "admin"
|
||
|
And I open my profile in edit mode
|
||
|
When I click on "Show more buttons" "button"
|
||
|
Then "Equation editor" "button" should be visible
|
||
|
And I click on "Show fewer buttons" "button"
|
||
|
Then "Equation editor" "button" should not be visible
|