Skip to content

Conversation

@stairaku
Copy link
Collaborator

@stairaku stairaku commented Feb 9, 2026

No description provided.

@stairaku stairaku self-assigned this Feb 9, 2026
@stairaku stairaku added the test-scripts Tag used for functional test scripts label Feb 9, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 9, 2026

Scenario: 02._Acquisition_File_Properties
Given I create a new Acquisition File from row number 3
When I add Properties to the Acquisition File
And I verify the Acquisition File Improvements Tab

Check warning

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
String
- the conversion can be done implicitly.
Scenario: 02._Acquisition_File_Properties
Given I create a new Acquisition File from row number 3
When I add Properties to the Acquisition File
And I verify the Acquisition File Improvements Tab

Check warning

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
Table
- the conversion can be done implicitly.
Scenario: 02._Property_Improvements_Tab
Given I review a Property's Information from row number 3
When I create Property Improvements
Then I update Property Improvements from row number 6

Check warning

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
String
- the conversion can be done implicitly.
Scenario: 02._Property_Improvements_Tab
Given I review a Property's Information from row number 3
When I create Property Improvements
Then I update Property Improvements from row number 6

Check warning

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
Table
- the conversion can be done implicitly.
Given I review a Property's Information from row number 3
When I create Property Improvements
Then I update Property Improvements from row number 6
Then A Property Information is saved successfully

Check warning

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
String
- the conversion can be done implicitly.
Given I review a Property's Information from row number 3
When I create Property Improvements
Then I update Property Improvements from row number 6
Then A Property Information is saved successfully

Check warning

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
Table
- the conversion can be done implicitly.
When I create Property Improvements
Then I update Property Improvements from row number 6
Then A Property Information is saved successfully

Check warning

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
String
- the conversion can be done implicitly.
When I create Property Improvements
Then I update Property Improvements from row number 6
Then A Property Information is saved successfully

Check warning

Code scanning / CodeQL

Useless upcast Warning test

There is no need to upcast from
null
to
Table
- the conversion can be done implicitly.

private readonly By licenseImproTotal = By.XPath("//div[@role='tabpanel']/div/div[2]/div");

private SharedModals sharedModals;

Check notice

Code scanning / CodeQL

Missed 'readonly' opportunity Note test

Field 'sharedModals' can be 'readonly'.
Copy link
Collaborator

@asanchezr asanchezr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just need to update the FE snapshots by running:

npm test -- -u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test-scripts Tag used for functional test scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants