-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PSP-7968, PSP-7967, PSP-8087 (#3886)
* Adding or improving list views and pagination * Automation - changes based on Build updates * Deleting unnecessary comments --------- Co-authored-by: Alejandro Sanchez <emailforasr@gmail.com>
- Loading branch information
Showing
27 changed files
with
789 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 38 additions & 1 deletion
39
testing/PIMS.Tests.Automation/Features/DispositionFiles.feature.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 15 additions & 11 deletions
26
testing/PIMS.Tests.Automation/Features/Properties.feature.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
testing/PIMS.Tests.Automation/Features/SubdivisionConsolidation.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Feature: SubdivisionConsolidation | ||
|
||
A short summary of the feature | ||
|
||
@SubdivisionConsolidation | ||
Scenario Outline: 01. Create Subdivisions | ||
When I create a Subdivision from row number <RowNumber> | ||
Then Subdivision is created successfully | ||
|
||
Examples: | ||
| RowNumber | | ||
| 1 | | ||
| 4 | |
139 changes: 139 additions & 0 deletions
139
testing/PIMS.Tests.Automation/Features/SubdivisionConsolidation.feature.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.