open |
/sessions/new |
|
type |
login |
admin |
type |
password |
admin |
clickAndWait |
commit |
|
waitForElementPresent |
css=.js-user-authenticated |
|
open |
/settings?category=DEV |
|
waitForValue |
name=page_version |
1 |
type |
id=input_key |
jira1 |
type |
id=input_url |
http://jira1 |
click |
css=#block_sonar\.test\.jira\.servers .add_value |
|
type |
xpath=(//input[@id='input_key'])[2] |
jira2 |
type |
xpath=(//input[@id='input_url'])[2] |
http://jira2 |
click |
id=submit_settings |
|
waitForValue |
name=page_version |
2 |
assertValue |
xpath=(//input[@id='input_key'])[1] |
jira1 |
assertValue |
xpath=(//input[@id='input_key'])[2] |
jira2 |
click |
xpath=(//a[contains(text(),'Delete')])[3] |
|
click |
id=submit_settings |
|
waitForValue |
name=page_version |
3 |
assertValue |
xpath=(//input[@id='input_key'])[1] |
jira1 |
waitForNotText |
xpath=(//input[@id='input_key']) |
*jira2* |