Fix a couple of typos in the comments
This commit is contained in:
parent
b2f1436998
commit
1017346a69
|
@ -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
|
||||
|
|
|
@ -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]();
|
||||
|
|
Loading…
Reference in New Issue