Skip to content

Commit

Permalink
Prep for v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Aug 27, 2021
1 parent cd21e1d commit 6be981a
Show file tree
Hide file tree
Showing 13 changed files with 2,057 additions and 1,268 deletions.
44 changes: 44 additions & 0 deletions .phpstorm.meta.php/laravel.meta.php

Large diffs are not rendered by default.

231 changes: 207 additions & 24 deletions _ide_helper.php

Large diffs are not rendered by default.

1,355 changes: 914 additions & 441 deletions composer.lock

Large diffs are not rendered by default.

1,655 changes: 874 additions & 781 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/ixp-pack.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/tailwind.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/css/tailwind.css": "/css/tailwind.css?id=9d142d6260abf1c92021",
"/css/tailwind.css": "/css/tailwind.css?id=fa3ac1c4b6c47c2fb041",
"/js/ixp-pack.js": "/js/ixp-pack.js?id=5fbc3629cc10532156e3",
"/css/ixp-pack.css": "/css/ixp-pack.css?id=1a1a786be73d9891e6dd"
"/css/ixp-pack.css": "/css/ixp-pack.css?id=75318baada79d48548a2"
}
4 changes: 2 additions & 2 deletions public/vendor/telescope/app-dark.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/vendor/telescope/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/telescope/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/vendor/telescope/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=c48415fc82fa39a8e52f",
"/app-dark.css": "/app-dark.css?id=6906f1f2fc2f23cf8a99",
"/app.css": "/app.css?id=16d2a66165bdfcf0ad02"
"/app.js": "/app.js?id=b8d0b5a9dd214d6af79d",
"/app-dark.css": "/app-dark.css?id=bc22d805b64b5a2ecaaa",
"/app.css": "/app.css?id=d2d43f24f2a54d31e084"
}
10 changes: 3 additions & 7 deletions tests/Browser/CoreBundleControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function testAddWizard(): void
foreach( $coreBundlesList as $type => $coreBundle ) {
$browser->visit( '/interfaces/core-bundle/list' )
->assertSee( 'Core Bundle / List' )
->click( '#add-cb' )
// ->click( '#add-cb' )
->click( '#add-cb-wizard' )
->assertPathIs('/interfaces/core-bundle/create-wizard' )
->assertSee( 'Core Bundles / Create Wizard' );
Expand Down Expand Up @@ -429,10 +429,6 @@ public function testAddWizard(): void

$browser->click( '#core-bundle-submit-btn' );

if( $type === CoreBundle::TYPE_L3_LAG ){
$browser->click( '#core-bundle-submit-btn' );
}

$browser->assertSee('Core bundle updated' );


Expand Down Expand Up @@ -462,8 +458,8 @@ public function testAddWizard(): void

$browser->assertSee( 'Side A' )
->assertSee( 'Side B' )
->assertSee( 'Switch A : ' . $coreBundle[ 'switch-a-name' ] )
->assertSee( 'Switch B : ' . $coreBundle[ 'switch-b-name' ] );
->assertSee( 'Switch A: ' . $coreBundle[ 'switch-a-name' ] )
->assertSee( 'Switch B: ' . $coreBundle[ 'switch-b-name' ] );

foreach( $cb->corelinks as $cl ){
$browser->assertSee( $cl->coreInterfaceSideA->physicalInterface->switchPort->name );
Expand Down
4 changes: 2 additions & 2 deletions tests/DuskTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ protected function driver()

return RemoteWebDriver::create(
'http://localhost:9515', DesiredCapabilities::chrome()->setCapability(
ChromeOptions::CAPABILITY, $options
)
ChromeOptions::CAPABILITY, $options
)
);
}

Expand Down

0 comments on commit 6be981a

Please sign in to comment.