Skip to content

Commit

Permalink
Merge pull request #2878 from bgeuken/fix_package_branch_test
Browse files Browse the repository at this point in the history
[ci] Reload page before testing it
  • Loading branch information
bgeuken committed Mar 22, 2017
2 parents 9171472 + 18b6f61 commit 4f83a7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/test/functional/webui/package_branch_test.rb
Expand Up @@ -81,7 +81,10 @@ def test_branch_package_double_and_submit_back
name: 'TestPack_double_branch',
original_name: 'TestPack_link',
original_project: 'home:Iggy')

Suse::Backend.put('/source/home:Iggy/TestPack_double_branch/new_file', "test 2")
# Reload page after updating file (new revision)
visit page.current_path

# submit
click_link 'Submit package'
Expand Down

0 comments on commit 4f83a7d

Please sign in to comment.