Skip to content

Commit

Permalink
SHIBUI-1674
Browse files Browse the repository at this point in the history
Initial version of selenium tests for tooltip verification. At least one
of these will need updating once some UI issues are fixed.


Former-commit-id: 6b5116b4b27b7ed18a66ac504259d567b4d006d0
  • Loading branch information
Bill Smith committed Aug 10, 2022
1 parent 372bac2 commit f803fd0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,8 @@ class SeleniumSIDETest extends Specification {
'SHIBUI-2052: Logged in user & role appear on dashboard' | '/SHIBUI-2052.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-2269: Verify XML generation of external filters' | '/SHIBUI-2269.side'
'SHIBUI-1674: Verify metadata source tooltips' | '/SHIBUI-1674-1.side'
'SHIBUI-1674: Verify metadata provider tooltips' | '/SHIBUI-1674-2.side'
'SHIBUI-1674: Verify advanced menu tooltips' | '/SHIBUI-1674-3.side'
}
}

0 comments on commit f803fd0

Please sign in to comment.