Skip to content

Commit

Permalink
Merged in feature/SHIBUI-1335-QA (pull request #354)
Browse files Browse the repository at this point in the history
Feature/SHIBUI-1335 QA

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Bill Smith authored and rmathis committed Aug 8, 2019
2 parents 6089f91 + 7ffbf02 commit 319ccf9
Show file tree
Hide file tree
Showing 11 changed files with 4,054 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,18 @@ class SeleniumSIDETest extends Specification {
// 'Create and Delete Name ID Format Regex Filter' | '/CreateAndDeleteNameIDFormatRegexFilter.side'
// 'Create and Delete Name ID Format Script Filter' | '/CreateAndDeleteNameIDFormatScriptFilter.side'
// 'Create and Modify Filter Order' | '/ModifyFilterOrder.side'
'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side'
'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.side'
'SHIBUI-950: Metadata Source from XML w/ digest' | '/SHIBUI-950.side'
'SHIBUI-1352: Create LocalDynamic provider' | '/SHIBUI-1352-1.side'
'SHIBUI-1352: Create FileSystem provider' | '/SHIBUI-1352-2.side'
'SHIBUI-1333: Verify metadata source configuration' | '/SHIBUI-1333.side'
'SHIBUI-1334: Verify metadata source versioning' | '/SHIBUI-1334-1.side'
'SHIBUI-1334: Verify metadata provider versioning' | '/SHIBUI-1334-2.side'
'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side'
'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.side'
'SHIBUI-950: Metadata Source from XML w/ digest' | '/SHIBUI-950.side'
'SHIBUI-1352: Create LocalDynamic provider' | '/SHIBUI-1352-1.side'
'SHIBUI-1352: Create FileSystem provider' | '/SHIBUI-1352-2.side'
'SHIBUI-1333: Verify metadata source configuration' | '/SHIBUI-1333.side'
'SHIBUI-1334: Verify metadata source versioning' | '/SHIBUI-1334-1.side'
'SHIBUI-1334: Verify metadata provider versioning' | '/SHIBUI-1334-2.side'
'SHIBUI-1335: Verify File Backed HTTP Metadata Provider Filters' | '/SHIBUI-1335-1.side'
'SHIBUI-1335: Verify Filesystem Metadata Provider Filters' | '/SHIBUI-1335-2.side'
'SHIBUI-1335: Verify Local Dynamic Metadata Provider Filters' | '/SHIBUI-1335-3.side'
'SHIBUI-1335: Verify Dynamic HTTP Metadata Provider Filters' | '/SHIBUI-1335-4.side'
}
}

32 changes: 30 additions & 2 deletions backend/src/integration/resources/SHIBUI-1311.side
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
["xpath=//a[2]", "xpath:position"]
],
"value": ""
}, {
"id": "69432299-f150-4bea-9e07-7ef222d7c71f",
"comment": "",
"command": "waitForElementVisible",
"target": "id=/name",
"targets": [],
"value": "10000"
}, {
"id": "b49d6ed7-75ea-4be8-9a79-c7fd83287aa0",
"comment": "",
Expand Down Expand Up @@ -103,7 +110,7 @@
"id": "add874d5-e3b2-4412-8039-2b9d2619ed19",
"comment": "",
"command": "select",
"target": "id=/@type",
"target": "id=/type",
"targets": [
["css=select-component > .widget", "css:finder"],
["xpath=//select-component/div", "xpath:position"]
Expand All @@ -119,6 +126,13 @@
["xpath=//li[2]/button", "xpath:position"]
],
"value": ""
}, {
"id": "a237669b-daf4-42f6-bc7f-dc4cb5548f56",
"comment": "",
"command": "waitForElementVisible",
"target": "id=/xmlId",
"targets": [],
"value": "10000"
}, {
"id": "86262eda-4a44-41b0-b7aa-fa46406e2601",
"comment": "",
Expand Down Expand Up @@ -573,6 +587,13 @@
["xpath=//a[2]", "xpath:position"]
],
"value": ""
}, {
"id": "664722f5-86a5-49a8-b60e-fac67544fbea",
"comment": "",
"command": "waitForElementVisible",
"target": "id=/name",
"targets": [],
"value": "10000"
}, {
"id": "6437379e-d34f-479e-82f1-bf52654a95cb",
"comment": "",
Expand Down Expand Up @@ -603,7 +624,7 @@
"id": "90dffd02-8971-4bf5-bc57-33194fdb27a2",
"comment": "",
"command": "select",
"target": "id=/@type",
"target": "id=/type",
"targets": [
["id=/@type", "id"],
["name=field38", "name"],
Expand All @@ -622,6 +643,13 @@
["xpath=//li[2]/button", "xpath:position"]
],
"value": ""
}, {
"id": "a8d021db-c36c-4cf7-9211-17751cf0624a",
"comment": "",
"command": "waitForElementVisible",
"target": "id=/xmlId",
"targets": [],
"value": "10000"
}, {
"id": "5795f70f-79e1-4b45-9c38-ef96d5197e70",
"comment": "",
Expand Down
2 changes: 1 addition & 1 deletion backend/src/integration/resources/SHIBUI-1334-2.side
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"id": "add874d5-e3b2-4412-8039-2b9d2619ed19",
"comment": "",
"command": "select",
"target": "id=/@type",
"target": "id=/type",
"targets": [
["css=select-component > .widget", "css:finder"],
["xpath=//select-component/div", "xpath:position"]
Expand Down
Loading

0 comments on commit 319ccf9

Please sign in to comment.