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

MNT Remove TODO Comments #128

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/Behat/features/element-editor.feature
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Feature: Manage banner blocks
Given I click on block 1
And I fill in "Additional Banner Block" for "Title" for block 1
And I fill in "<p>Additional sample content</p>" for "Content" for block 1
# TODO Test adding files to a banner block via inline editing
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #127

When I press the "Save" button in the actions menu for block 1
And I wait 1 second
Then I should see a "Saved 'Additional Banner Block' successfully" success toast
Expand Down Expand Up @@ -68,7 +67,6 @@ Feature: Manage banner blocks
Given I fill in "Eve's Block" for "Title" for block 1
And I fill in "<p>New sample content</p>" for "Content" for block 1
And I wait 1 second
# TODO Test adding files to a banner block via inline editing
When I press the "Save" button in the actions menu for block 1
And I wait 1 second
Then I should see a "Saved 'Eve's Block' successfully" success toast
Expand Down