Skip to content

Commit

Permalink
Merge pull request #3160 from devinfd/patch-1
Browse files Browse the repository at this point in the history
update dusk.md
  • Loading branch information
taylorotwell authored Mar 2, 2017
2 parents 60908e3 + 8f0020f commit 66c345b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dusk.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ Assertion | Description
`$browser->assertTitle($title)` | Assert the page title matches the given text.
`$browser->assertTitleContains($title)` | Assert the page title contains the given text.
`$browser->assertPathIs('/home')` | Assert the current path matches the given path.
`$browser->assertQueryStringHas($name, $value)` | Assert the given query string parameter is present and has a given value.
`$browser->assertQueryStringMissing($name)` | Assert the given query string parameter is missing.
`$browser->assertHasCookie($name)` | Assert the given cookie is present.
`$browser->assertCookieValue($name, $value)` | Assert a cookie has a given value.
`$browser->assertPlainCookieValue($name, $value)` | Assert an unencrypted cookie has a given value.
Expand Down

0 comments on commit 66c345b

Please sign in to comment.