Skip to content

Commit

Permalink
SHIBUI-1461
Browse files Browse the repository at this point in the history
Fixes based on latest UI changes.
  • Loading branch information
Bill Smith committed Sep 5, 2019
1 parent bf64dd5 commit 8354e9c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +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-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'
'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'
'SHIBUI-1392: Verify provider with script filter is persistable' | '/SHIBUI-1392.side'
'SHIBUI-1361: Verify dates display in proper format' | '/SHIBUI-1361.side'
}
Expand Down
12 changes: 6 additions & 6 deletions backend/src/integration/resources/SHIBUI-1334-2.side
Original file line number Diff line number Diff line change
Expand Up @@ -708,18 +708,18 @@
"id": "68103f0e-e3f1-419b-903d-5d8c30bc6700",
"comment": "",
"command": "assertText",
"target": "css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(2)",
"target": "css=.d-block > primitive-property:nth-child(4) .d-block:nth-child(2)",
"targets": [
["css=.d-block > primitive-property:nth-child(4) .d-block:nth-child(2)", "css:finder"],
["xpath=//primitive-property[4]/div/span[2]", "xpath:position"],
["xpath=//span[contains(.,'123 v2')]", "xpath:innerText"]
["xpath=//span[contains(.,'123 version 2')]", "xpath:innerText"]
],
"value": "123 version 2"
}, {
"id": "a13198b9-7827-47e2-ade3-143b981d34ee",
"comment": "",
"command": "assertText",
"target": "css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(3)",
"target": "css=.d-block > primitive-property:nth-child(4) .d-block:nth-child(3)",
"targets": [
["css=.d-block > primitive-property:nth-child(4) .d-block:nth-child(3)", "css:finder"],
["xpath=//primitive-property[4]/div/span[3]", "xpath:position"]
Expand All @@ -729,7 +729,7 @@
"id": "3d83741c-299e-4fcb-9ce6-4b7291c423a4",
"comment": "",
"command": "assertText",
"target": "css=.d-block > primitive-property:nth-child(10) .d-block:nth-child(2)",
"target": "css=.d-block > primitive-property:nth-child(12) .d-block:nth-child(2)",
"targets": [
["css=.d-block > primitive-property:nth-child(12) .d-block:nth-child(2)", "css:finder"],
["xpath=//primitive-property[12]/div/span[2]", "xpath:position"]
Expand All @@ -739,7 +739,7 @@
"id": "190cc157-d427-4046-aff2-180392395ad3",
"comment": "",
"command": "assertText",
"target": "css=.d-block > primitive-property:nth-child(10) .d-block:nth-child(3)",
"target": "css=.d-block > primitive-property:nth-child(12) .d-block:nth-child(3)",
"targets": [
["css=.d-block > primitive-property:nth-child(12) .d-block:nth-child(3)", "css:finder"],
["xpath=//primitive-property[12]/div/span[3]", "xpath:position"]
Expand Down Expand Up @@ -1055,4 +1055,4 @@
}],
"urls": ["http://localhost:10101/"],
"plugins": []
}
}

0 comments on commit 8354e9c

Please sign in to comment.