We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53a84a commit 5615c6bCopy full SHA for 5615c6b
1 file changed
web/landing/tests/Flow/Website/Tests/Integration/DocumentationTest.php
@@ -32,8 +32,8 @@ public function test_documentation_dsl_page() : void
32
self::assertResponseIsSuccessful();
33
self::assertGreaterThan(0, $client->getCrawler()->filter('[data-dsl-function]')->count());
34
self::assertGreaterThan(0, $client->getCrawler()->filter('[data-dsl-source-link]')->count());
35
- self::assertGreaterThan(21, $client->getCrawler()->filter('[data-dsl-module]')->count());
36
- self::assertEquals(12, $client->getCrawler()->filter('[data-dsl-type]')->count());
+ self::assertGreaterThan(0, $client->getCrawler()->filter('[data-dsl-module]')->count());
+ self::assertGreaterThan(0, $client->getCrawler()->filter('[data-dsl-type]')->count());
37
}
38
39
#[\Override]
0 commit comments