mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
register test
This commit is contained in:
@@ -13,8 +13,8 @@ class CreateBookingTest extends DuskTestCase
|
||||
public function testLogin()
|
||||
{
|
||||
$this->browse(function (Browser $browser) {
|
||||
$browser->visit('http://localhost:86')
|
||||
->pause(500)
|
||||
$browser->visit('http://exchange-2.0.test')
|
||||
->pause(5000)
|
||||
->typeSlowly('email', 'junkit.mah@bioloop.com.my')
|
||||
->typeSlowly('password', '123456abcabc')
|
||||
->click('#sign-in')
|
||||
|
||||
Reference in New Issue
Block a user