InteractsWithPages (Foundation\Testing)

InteractsWithPages

trait InteractsWithPages (View source)

Methods

$this visit( string $uri)

Visit the given URI with a GET request.

$this seeInElement( string $element, string $text, bool $negate = false)

Assert that a given string is seen inside an element.

$this dontSeeInElement( string $element, string $text)

Assert that a given string is not seen inside an element.

$this seeLink( string $text, string|null $url = null)

Assert that a given link is seen on the page.

$this dontSeeLink( string $text, string|null $url = null)

Assert that a given link is not seen on the page.

$this seeInField( string $selector, string $expected)

Assert that an input field contains the given value.

$this dontSeeInField( string $selector, string $value)

Assert that an input field does not contain the given value.

$this seeIsChecked( string $selector)

Assert that the given checkbox is selected.

$this dontSeeIsChecked( string $selector)

Assert that the given checkbox is not selected.

$this seeIsSelected( string $selector, string $expected)

Assert that the expected value is selected.

$this dontSeeIsSelected( string $selector, string $value)

Assert that the given value is not selected.

Details

$this visit( string $uri)

Visit the given URI with a GET request.

Parameters

string $uri

Return Value

$this

$this seeInElement( string $element, string $text, bool $negate = false)

Assert that a given string is seen inside an element.

Parameters

string $element
string $text
bool $negate

Return Value

$this

$this dontSeeInElement( string $element, string $text)

Assert that a given string is not seen inside an element.

Parameters

string $element
string $text

Return Value

$this

Assert that a given link is seen on the page.

Parameters

string $text
string|null $url

Return Value

$this

Assert that a given link is not seen on the page.

Parameters

string $text
string|null $url

Return Value

$this

$this seeInField( string $selector, string $expected)

Assert that an input field contains the given value.

Parameters

string $selector
string $expected

Return Value

$this

$this dontSeeInField( string $selector, string $value)

Assert that an input field does not contain the given value.

Parameters

string $selector
string $value

Return Value

$this

$this seeIsChecked( string $selector)

Assert that the given checkbox is selected.

Parameters

string $selector

Return Value

$this

$this dontSeeIsChecked( string $selector)

Assert that the given checkbox is not selected.

Parameters

string $selector

Return Value

$this

$this seeIsSelected( string $selector, string $expected)

Assert that the expected value is selected.

Parameters

string $selector
string $expected

Return Value

$this

$this dontSeeIsSelected( string $selector, string $value)

Assert that the given value is not selected.

Parameters

string $selector
string $value

Return Value

$this

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.1/Illuminate/Foundation/Testing/InteractsWithPages.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部