Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 6, 2023
1 parent c8821b2 commit bbe4b60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 150 deletions.
147 changes: 0 additions & 147 deletions .github/workflows/test.yaml

This file was deleted.

7 changes: 4 additions & 3 deletions ux.symfony.com/tests/Functional/LiveComponentDemosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ public function testDemoPagesAllLoad(LiveDemo $liveDemo): void
{
$router = self::bootKernel()->getContainer()->get('router');
$url = $router->generate($liveDemo->getRoute());
// $this->browser()
// ->visit($url)
$this->browser()
->visit($url)
->dump()
// ->assertSuccessful()
// ->assertSeeIn('h1', $liveDemo->getName())
// ;
;
}

public function getSmokeTests(): \Generator
Expand Down

0 comments on commit bbe4b60

Please sign in to comment.