Fix a couple of typos in the comments

This commit is contained in:
John Cowen 2018-07-06 11:01:45 +01:00
parent b2f1436998
commit 1017346a69
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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]();