src/Browser/Commands/Assertions/AssertElementStatus.php

Summary

Maintainability
A
50 mins
Test Coverage
F
0%

Method __construct has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

        public WebDriverBy|string $selector,
        public ?bool $expect_exists = true,
        public string $resolver = 'find',
        public ?bool $expect_displayed = null,
        public ?bool $expect_selected = null,
Severity: Major
Found in src/Browser/Commands/Assertions/AssertElementStatus.php - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status