Skip to content

Commit

Permalink
[NOJIRA]
Browse files Browse the repository at this point in the history
Alternate attempt at editing a metadata source owned by a user.
Still failing to click Enable. The click operations happen slightly
differently when run from Java versus SeleniumIDE.
  • Loading branch information
Bill Smith committed Mar 8, 2019
1 parent 1a0bd00 commit 3a824fc
Show file tree
Hide file tree
Showing 2 changed files with 1,263 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_SubmitSource.side"
def file = "/SHIBUI-1058_DelegatedAdmin_SubmitSource2.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 3a824fc

Please sign in to comment.