Skip to content
Snippets Groups Projects
Commit add70b8a authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#703 - fixed test

parent 7209937f
Branches
Tags
No related merge requests found
Pipeline #6642 passed
......@@ -327,6 +327,7 @@ class AccountTest extends SeleniumTestBase
// fill form
driver.findElement(By.id("transaction-name")).sendKeys("My transaction");
driver.findElement(By.id("transaction-amount")).sendKeys("15.00");
TransactionTestHelper.selectDayInTransactionDatePicker(driver, 20);
TransactionTestHelper.selectCategoryByName(driver, "sdfdsf");
// submit form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment