Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2270308
SharedFolderInfo.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
897 B
Referenced Files
None
Subscribers
None
SharedFolderInfo.php
View Options
<?php
namespace
Tests\Browser\Pages
;
use
Laravel\Dusk\Page
;
class
SharedFolderInfo
extends
Page
{
/**
* Get the URL for the page.
*
* @return string
*/
public
function
url
():
string
{
return
''
;
}
/**
* Assert that the browser is on the page.
*
* @param \Laravel\Dusk\Browser $browser The browser object
*
* @return void
*/
public
function
assert
(
$browser
)
{
$browser
->
waitFor
(
'@general'
)
->
waitUntilMissing
(
'.app-loader'
);
}
/**
* Get the element shortcuts for the page.
*
* @return array
*/
public
function
elements
():
array
{
return
[
'@app'
=>
'#app'
,
'@general'
=>
'#general'
,
'@nav'
=>
'ul.nav-tabs'
,
'@settings'
=>
'#settings'
,
'@status'
=>
'#status-box'
,
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Oct 11, 10:29 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
325906
Default Alt Text
SharedFolderInfo.php (897 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment