archick12 / qa_auto_5_ui

7 stars 8 forks source link

update selectors for NewIssuePage.java #4

Open archick12 opened 6 years ago

archick12 commented 6 years ago

NewIssuePage.java - team 1

archick12 commented 6 years ago

For drop down - https://stackoverflow.com/questions/20138761/how-to-select-a-dropdown-value-in-selenium-webdriver-using-java

archick12 commented 6 years ago

driver.findElement(By.xpath("//[@id='issuetype-field']")).clear(); driver.findElement(By.xpath("//[@id='issuetype-field']")).sendKeys("Epic"); driver.findElement(By.xpath("//*[@id='issuetype-suggestions']")).click();

mkuzmina-lohika-tix commented 6 years ago

Adding and updating locators for new issue page is completed. Could you please review it.