Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
More selenium test fixes. Commented out a couple tests related to
regressino bugs.
  • Loading branch information
Bill Smith committed Aug 25, 2021
1 parent aca45eb commit 95eca0c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ class SeleniumSIDETest extends Specification {
'SHIBUI-1391: Regex Validation' | '/SHIBUI-1391.side'
'SHIBUI-1407: Metadata source comparison highlights' | '/SHIBUI-1407-1.side'
'SHIBUI-1407: Metadata provider comparison highlights' | '/SHIBUI-1407-2.side'
// 'SHIBUI-1503: Non-admin can create metadata source' | '/SHIBUI-1503-1.side' //TODO Check with Ryan, might be a bug here.
'SHIBUI-1503: User can be deleted' | '/SHIBUI-1503-2.side' // Note that this script can only be run once successfully (per startup of the app) without first having to add the Bad Robot user back in to the system
// 'SHIBUI-1503: Non-admin can create metadata source' | '/SHIBUI-1503-1.side' //TODO https://todos.internet2.edu/browse/SHIBUI-2041
// 'SHIBUI-1503: User can be deleted' | '/SHIBUI-1503-2.side' //TODO https://todos.internet2.edu/browse/SHIBUI-2040 Note that this script can only be run once successfully (per startup of the app) without first having to add the Bad Robot user back in to the system
'SHIBUI-1503: User can be enabled' | '/SHIBUI-1503-3.side'
'SHIBUI-1740: Group can be created, edited, deleted' | '/SHIBUI-1740-1.side'
'SHIBUI-1740: Verify dev profile group membership' | '/SHIBUI-1740-2.side'
Expand Down
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-1335-2.side
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,13 @@
["xpath=//a[contains(.,'Filesystem Metadata Provider')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "b9e9f9c9-bc4b-4ebc-a4f6-253440f34837",
"comment": "",
"command": "waitForElementVisible",
"target": "css=div:nth-child(2) > div:nth-child(2) > .d-flex > .text-truncate",
"targets": [],
"value": "30000"
}, {
"id": "91ba0e44-01e0-452c-b232-ed72f673682c",
"comment": "",
Expand Down
20 changes: 17 additions & 3 deletions backend/src/integration/resources/SHIBUI-1364-1.side
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
["xpath=//button[contains(.,'Sign in')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "cefca51c-9ff6-4548-90c8-294fa0e2a6a0",
"comment": "",
"command": "pause",
"target": "3000",
"targets": [],
"value": ""
}, {
"id": "4ec2c493-85e4-403b-9b09-031c5728f498",
"comment": "",
Expand Down Expand Up @@ -123,6 +130,13 @@
["xpath=//input", "xpath:position"]
],
"value": "File Backed HTTP Metadata Provider"
}, {
"id": "3334358f-2562-4fb9-9d1d-cb0d3e8504c0",
"comment": "",
"command": "waitForElementEditable",
"target": "name=type",
"targets": [],
"value": "30000"
}, {
"id": "94f84e8a-a971-495e-a3d8-67bbb5e2d332",
"comment": "",
Expand Down Expand Up @@ -664,10 +678,10 @@
}, {
"id": "f62f8d1d-8c53-4cb5-bc19-84f68fee870d",
"comment": "",
"command": "waitForElementPresent",
"target": "name=type",
"command": "pause",
"target": "5000",
"targets": [],
"value": "30000"
"value": ""
}, {
"id": "dc41b26d-b101-4ead-866f-482df0bfee04",
"comment": "",
Expand Down

0 comments on commit 95eca0c

Please sign in to comment.