-
Notifications
You must be signed in to change notification settings - Fork 26
PSP-11162: Update and add test cases according to new development #5197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
| 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
null
String
| 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
null
Table
| 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
null
String
| 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
null
Table
| 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
null
String
| 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
null
Table
| 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
null
String
| 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
null
Table
|
|
||
| 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
asanchezr
left a comment
There was a problem hiding this 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


No description provided.