Skip to content

Commit

Permalink
[NOJIRA]
Browse files Browse the repository at this point in the history
Added a test to attempt to change filter order. Selenium refuses to
click on the filter order buttons, though. WIP.
  • Loading branch information
Bill Smith committed Mar 8, 2019
1 parent 3a824fc commit 857d322
Show file tree
Hide file tree
Showing 2 changed files with 739 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SeleniumSIDETest extends Specification {

def "Selenium: just run one"() {
setup:
def file = "/SHIBUI-1058_DelegatedAdmin_SubmitSource2.side"
def file = "/ModifyFilterOrder.side"
def main = new Main()
def config = new DefaultConfig([] as String[]).with {
if (System.properties.getProperty('webdriver.driver')) {
Expand Down
Loading

0 comments on commit 857d322

Please sign in to comment.