Skip to content

Commit

Permalink
2126
Browse files Browse the repository at this point in the history
Added automated tests for all custom attribute types. Note that there is
a bug with the list type, so the test for that one is incompete.
  • Loading branch information
Bill Smith committed Oct 3, 2021
1 parent aebd8b7 commit 8950bec
Show file tree
Hide file tree
Showing 9 changed files with 6,689 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ class SeleniumSIDETest extends Specification {
'SHIBUI-1744: Verify attribute bundles in metadata sources' | '/SHIBUI-1744-2.side'
'SHIBUI-1744: Verify attribute bundles in entity attribute filters' | '/SHIBUI-1744-3.side'
'SHIBUI-2116: Verify entity attribute bundle highlights' | '/SHIBUI-2116.side' // Note that this script WILL NOT PASS in the Selenium IDE due to ${driver} not being set (it is provided by this groovy script).
'SHIBUI-1732: Create, use, and delete CEA String' | '/SHIBUI-1732-1.side'
'SHIBUI-1732: Create, use, and delete CEA Boolean' | '/SHIBUI-1732-2.side'
'SHIBUI-1732: Create, use, and delete CEA List' | '/SHIBUI-1732-3.side' // broken by a regression bug
'SHIBUI-1732: Create, use, and delete CEA Long' | '/SHIBUI-1732-4.side'
'SHIBUI-1732: Create, use, and delete CEA Double' | '/SHIBUI-1732-5.side'
'SHIBUI-1732: Create, use, and delete CEA Duration' | '/SHIBUI-1732-6.side'
'SHIBUI-1732: Create, use, and delete CEA Spring Bean' | '/SHIBUI-1732-7.side'
'SHIBUI-1392: Verify provider with script filter is persistable' | '/SHIBUI-1392.side' // Something about this test breaks all the other ones after it
}
}
Loading

0 comments on commit 8950bec

Please sign in to comment.