remove setupDriver() from test

This commit is contained in:
valerpan 2026-08-11 00:08:41 +03:00
parent 802b7f93f8
commit bbb4eaefa7

View File

@ -70,7 +70,6 @@ public class HelpdeskUITest {
@Test @Test
public void createTicketTest() throws IOException { public void createTicketTest() throws IOException {
loadProperties(); loadProperties();
setupDriver();
openMainPage(); openMainPage();
mainPage = new MainPage(); mainPage = new MainPage();