Skip to content

Commit

Permalink
[SHIBUI-1058]
Browse files Browse the repository at this point in the history
Added selenium integration test for delegated admin Entity Descriptor
submission.
  • Loading branch information
Bill Smith committed Feb 21, 2019
1 parent ff8e064 commit 6148d66
Show file tree
Hide file tree
Showing 2 changed files with 978 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,19 @@ class SeleniumSIDETest extends Specification {

where:
name | file
'Create Dynamic HTTP Metadata Resolver' | '/dhmr.side' //passing
'Metadata Source Happy Path Save' | '/MetadataSourceHappyPathSAVE.side' //passing
// 'Create Dynamic HTTP Metadata Resolver' | '/dhmr.side' //passing
// 'Metadata Source Happy Path Save' | '/MetadataSourceHappyPathSAVE.side' //passing
// 'Metadata Provider Happy Path Save' | '/MetadataProviderHappyPathSAVE.side' // failing (decimal point bug)
// 'Create Filter Entity ID' | '/CreateFilterEntityID.side' // failing (decimal point bug)
// 'Create Filter REGEX' | '/CreateFilterREGEX.side' // failing (decimal point bug)
// 'Create Filter Script' | '/CreateFilterScript.side' // failing (decimal point bug)
// 'Create Metadata Source From XML' | '/CreateMetadataSourceFromXML.side' // failing (Failure: Cannot click <input type=file> elements)
'Create Metadata Source From Copy' | '/CreateMetadataSourceFromCopy.side' //passing
// 'Create Metadata Source From Copy' | '/CreateMetadataSourceFromCopy.side' //passing
// 'Delete Entity ID Filter' | '/DeleteEntityIDFilter.side' // failing (decimal point bug, possibly also incomplete)
// 'Delete REGEX Filter' | '/DeleteREGEXFilter_Incomplete.side' // incomplete
'Create Metadata Source from URL' | '/CreateMetadataSourceFromURL.side' //passing
// 'Create Metadata Source from URL' | '/CreateMetadataSourceFromURL.side' //passing
// 'Delete Incomplete Source' | '/DeleteIncompleteSource_Incomplete.side' // incomplete
// 'Admin Login' | '/SHIBUI-1031_AdminLogin.side'
'Delegated Admin: SubmitSourceWithError' | '/SHIBUI-1058_DelegatedAdmin_SubmitSourceWithError.side' //passing, but with heap problem
}
}
Loading

0 comments on commit 6148d66

Please sign in to comment.