Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120839415
Policies.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
781 B
Referenced Files
None
Subscribers
None
Policies.php
View Options
<?php
namespace
Tests\Browser\Pages
;
use
Laravel\Dusk\Page
;
class
Policies
extends
Page
{
/**
* Get the URL for the page.
*
* @return string
*/
public
function
url
():
string
{
return
'/policies'
;
}
/**
* Assert that the browser is on the page.
*
* @param \Laravel\Dusk\Browser $browser The browser object
*
* @return void
*/
public
function
assert
(
$browser
)
{
$browser
->
waitFor
(
'@form'
)
->
waitUntilMissing
(
'.app-loader'
);
}
/**
* Get the element shortcuts for the page.
*
* @return array
*/
public
function
elements
():
array
{
return
[
'@app'
=>
'#app'
,
'@form'
=>
'#policies form'
,
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 2:13 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18845412
Default Alt Text
Policies.php (781 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline