Skip to content

Commit

Permalink
SHIBUI-1335
Browse files Browse the repository at this point in the history
Updates for /@type -> /type. Also fixed a couple waits.
  • Loading branch information
Bill Smith committed Aug 6, 2019
1 parent eac36c5 commit 0b7fc65
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ class SeleniumSIDETest extends Specification {
'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: Local Dynamic Metadata Provider Filters' | '/SHIBUI-1335-3.side'
'SHIBUI-1335: Dynamic HTTP Metadata Provider Filters' | '/SHIBUI-1335-4.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'
}
}

4 changes: 2 additions & 2 deletions backend/src/integration/resources/SHIBUI-1311.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 Expand Up @@ -603,7 +603,7 @@
"id": "90dffd02-8971-4bf5-bc57-33194fdb27a2",
"comment": "",
"command": "select",
"target": "id=/@type",
"target": "id=/type",
"targets": [
["id=/@type", "id"],
["name=field38", "name"],
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
14 changes: 14 additions & 0 deletions backend/src/integration/resources/SHIBUI-1335-4.side
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,13 @@
["xpath=//li[3]/button", "xpath:position"]
],
"value": ""
}, {
"id": "ae27b108-a2f4-4d4b-b375-b582ccc0ef56",
"comment": "",
"command": "waitForElementVisible",
"target": "css=td:nth-child(3)",
"targets": [],
"value": "10000"
}, {
"id": "8c52471a-70f5-43aa-b670-6f8d22e18668",
"comment": "",
Expand Down Expand Up @@ -796,6 +803,13 @@
["xpath=//button[contains(.,'Save')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "772bafa8-7089-4895-a66b-0d3c333c7245",
"comment": "",
"command": "waitForElementVisible",
"target": "css=.td-lg:nth-child(4)",
"targets": [],
"value": "10000"
}, {
"id": "e9f4ddf4-db8a-4bda-88cc-66173717986c",
"comment": "",
Expand Down
2 changes: 1 addition & 1 deletion backend/src/integration/resources/SHIBUI-1352-1.side
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"id": "fd4257d7-488a-4eed-8d72-7f39034a1c72",
"comment": "",
"command": "select",
"target": "id=/@type",
"target": "id=/type",
"targets": [
["id=/@type", "id"],
["name=field2", "name"],
Expand Down
2 changes: 1 addition & 1 deletion backend/src/integration/resources/SHIBUI-1352-2.side
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"id": "9621e646-308a-4eda-9244-036e8997467a",
"comment": "",
"command": "select",
"target": "id=/@type",
"target": "id=/type",
"targets": [
["id=/@type", "id"],
["name=field2", "name"],
Expand Down

0 comments on commit 0b7fc65

Please sign in to comment.