Skip to content

[plugin-web-app] Add step to check element presence in viewport #15640

[plugin-web-app] Add step to check element presence in viewport

[plugin-web-app] Add step to check element presence in viewport #15640

GitHub Actions / Qodana for JVM completed Dec 12, 2024 in 0s

3 new problems found by Qodana for JVM

Qodana for JVM

3 new problems were found

Inspection name Severity Problems
Incorrect constructor injection in XML Spring bean 🔴 Failure 3

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check failure on line 19 in vividus-extension-web-app/src/main/resources/vividus-extension/spring.xml

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Incorrect constructor injection in XML Spring bean

No matching constructor found in class 'ScrollValidations'#treeend

*** ** * ** ***

|----------------------------------|---|-----------|
| **ScrollValidations(...):**      |   | **Bean:** |
| ScrollActions\<T\> scrollActions |   | **???**   |
| ISoftAssert softAssert           |   | **???**   |

Check failure on line 70 in vividus-plugin-web-app-playwright/src/main/resources/vividus-plugin/spring.xml

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Incorrect constructor injection in XML Spring bean

No matching constructor found in class 'ElementSteps'#treeend

*** ** * ** ***

|------------------------------------------------|---|---------------------------------------|
| **ElementSteps(...):**                         |   | **Bean:**                             |
| UiContext uiContext                            |   | Autowired: null(UiContext)            |
| ISoftAssert softAssert                         |   | **???**                               |
| VariableContext variableContext                |   | **???**                               |
| ElementActions elementActions                  |   | Autowired: null(ElementActions)       |
| PlaywrightSoftAssert playwrightSoftAssert      |   | Autowired: null(PlaywrightSoftAssert) |
| ScrollValidations\<Locator\> scrollValidations |   | **???**                               |
| ResourceFileLoader resourceFileLoader          |   | **???**                               |

Check failure on line 81 in vividus-plugin-web-app-playwright/src/main/resources/vividus-plugin/spring.xml

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Incorrect constructor injection in XML Spring bean

No matching constructor found in class 'ScrollSteps'#treeend

*** ** * ** ***

|---------------------------------------|---|---------------------------------------------------|
| **ScrollSteps(...):**                 |   | **Bean:**                                         |
| ISoftAssert softAssert                |   | **???**                                           |
| UiContext uiContext                   |   | Autowired: null(UiContext)                        |
| PlaywrightScrollActions scrollActions |   | Autowired: scrollActions(PlaywrightScrollActions) |