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

#400 - fixed selenium tests

parent 6e37807b
No related branches found
No related tags found
No related merge requests found
Pipeline #6668 failed
......@@ -104,7 +104,7 @@ public class TransactionTestHelper
public static String getDateString(int day)
{
return String.format("%02d.%s", day, new SimpleDateFormat("MM.").format(new Date()));
return String.format("%02d. %s", day, new SimpleDateFormat("MMMM yyyy").format(new Date()).toUpperCase());
}
public static void selectGlobalAccountByName(WebDriver driver, String accountName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment