Skip to content

Commit

Permalink
SHIBUI-2380
Browse files Browse the repository at this point in the history
More test fixes. Inclues a broken test for Charles to check out.
  • Loading branch information
Bill Smith committed Oct 14, 2022
1 parent be7d6f2 commit cd75731
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 270 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ class SeleniumSIDETest extends Specification {
/* 'SHIBUI-1364: Compare FBHTTPMP with filters' | '/SHIBUI-1364-1.side'
'SHIBUI-1364: Compare FSMP' | '/SHIBUI-1364-2.side'
'SHIBUI-1364: Compare LDMP' | '/SHIBUI-1364-3.side'
'SHIBUI-1364: Compare DHTTPMP with filters' | '/SHIBUI-1364-4.side'*/
'SHIBUI-1364: Compare DHTTPMP with filters' | '/SHIBUI-1364-4.side'
'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side'
/* 'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.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-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-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' | '/SHIBUI-1335-2.side'
'SHIBUI-1335: Verify Local Dynamic Metadata Provider' | '/SHIBUI-1335-3.side'
Expand Down
30 changes: 24 additions & 6 deletions backend/src/integration/resources/SHIBUI-1281.side
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,13 @@
["xpath=//div[4]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:position"]
],
"value": "otherThings"
}, {
"id": "c01aaef5-b886-41aa-be33-2e30f988d2f7",
"comment": "",
"command": "sendKeys",
"target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_3",
"targets": [],
"value": "${KEY_ENTER}"
}, {
"id": "7c85fe59-dc95-4328-a010-33d1a06a5ce5",
"comment": "",
Expand Down Expand Up @@ -1859,11 +1866,11 @@
"id": "3baa7bd3-55c0-4d10-8aa3-c0daa63ec4d4",
"comment": "",
"command": "assertText",
"target": "css=div:nth-child(2) > div:nth-child(2) > .border-bottom > .text-truncate",
"target": "css=div:nth-child(2) > div:nth-child(3) > .border-bottom > .text-truncate",
"targets": [
["css=div:nth-child(2) > div:nth-child(2) > .border-bottom > .text-truncate", "css:finder"],
["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section/div/div[2]/div[2]/div[2]/div/span[2]", "xpath:idRelative"],
["xpath=//div[2]/div/span[2]", "xpath:position"],
["css=div:nth-child(2) > div:nth-child(3) > .border-bottom > .text-truncate", "css:finder"],
["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section/div/div[2]/div[2]/div[3]/div/span[2]", "xpath:idRelative"],
["xpath=//div[3]/div/span[2]", "xpath:position"],
["xpath=//span[contains(.,'test-1234')]", "xpath:innerText"]
],
"value": "test-1234"
Expand Down Expand Up @@ -1922,7 +1929,7 @@
["xpath=//section/div/div/span", "xpath:position"],
["xpath=//span[contains(.,'Current Metadata Sources')]", "xpath:innerText"]
],
"value": "10000"
"value": "30000"
}, {
"id": "ba9fb8e8-d332-45bd-accd-703284744136",
"comment": "",
Expand All @@ -1949,7 +1956,7 @@
],
"value": "test-1234"
}, {
"id": "b2d9f789-fb94-459f-9947-5364cebc43d1",
"id": "86ceae7b-49f1-4830-b965-b58a11e06445",
"comment": "",
"command": "assertText",
"target": "css=td:nth-child(3)",
Expand All @@ -1958,6 +1965,17 @@
["xpath=//td[3]", "xpath:position"],
["xpath=//td[contains(.,'root')]", "xpath:innerText"]
],
"value": "SAML"
}, {
"id": "b2d9f789-fb94-459f-9947-5364cebc43d1",
"comment": "",
"command": "assertText",
"target": "css=td:nth-child(4)",
"targets": [
["css=td:nth-child(3)", "css:finder"],
["xpath=//td[3]", "xpath:position"],
["xpath=//td[contains(.,'root')]", "xpath:innerText"]
],
"value": "admin"
}, {
"id": "87281e0a-322f-4d3a-9703-3e6966f26759",
Expand Down
Loading

0 comments on commit cd75731

Please sign in to comment.