Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smcgregor committed May 1, 2016
1 parent 4585599 commit 5e57df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/selenium/specs/tc_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def test_message_between_application_and_application

page.driver.browser.get(@privly_app_url)
page.execute_script("window.location.reload();")
page.execute_script("window.open('"+ @privly_app_url +"');") # Needs app to communicate with

fill_in 'data', :with => 'magic_2'
find(:css, '[name="to_privly_app"]').click
Expand Down

0 comments on commit 5e57df1

Please sign in to comment.