We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d8b99 commit 79d2a04Copy full SHA for 79d2a04
index.markdown
@@ -16,7 +16,7 @@ $I->click('Pages');
16
$I->click('New');
17
$I->see('New Page');
18
$I->fillField('title', 'Hobbit');
19
-$I->fillField('body', 'By Peter Jackson');
+$I->fillField('body', 'By J.R.R. Tolkien');
20
$I->click('Save');
21
$I->see('page created'); // notice generated
22
$I->see('Hobbit','h1'); // head of page of is our title
@@ -40,4 +40,4 @@ $I->seeResponseCodeIs(200);
40
$I->seeResponseIsJson();
41
$I->seeResponseContainsJson(array('result' => 'ok'));
42
?>
43
-{% endhighlight %}
+{% endhighlight %}
0 commit comments