Skip to content

Commit

Permalink
Fix a couple of typos in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cowen committed Jul 6, 2018
1 parent 83caa6a commit a5fa27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui-v2/tests/acceptance/deleting.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@setupApplicationTest
Feature: deleting: Deleting form the listing and the detail page with confirmation
Feature: deleting: Deleting from the listing and the detail page with confirmation
Scenario: Deleting a [Model] from the [Model] listing page
Given 1 datacenter model with the value "datacenter"
And 1 [Model] model from json
Expand Down
2 changes: 1 addition & 1 deletion ui-v2/tests/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function(assert) {
.when('I click "$selector"', function(selector) {
return click(selector);
})
// TODO: Probably nicer to thing of better vocab than having the 'without " rule'
// TODO: Probably nicer to think of better vocab than having the 'without " rule'
.when('I click (?!")$property(?!")', function(property) {
try {
return currentPage[property]();
Expand Down

0 comments on commit a5fa27d

Please sign in to comment.