Skip to content

Commit

Permalink
bug/IVYPORTAL-17514-Fix-GUI-tests-LE
Browse files Browse the repository at this point in the history
- Format code
  • Loading branch information
lmluat-axonivy committed Aug 27, 2024
1 parent 1a76c6f commit 3f22f45
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@


import java.time.LocalDateTime;

import java.time.format.DateTimeFormatter;
import java.util.Locale;

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

Expand All @@ -17,7 +17,6 @@
import com.axonivy.portal.selenium.page.LeaveRequestPage;
import com.axonivy.portal.selenium.page.NewDashboardPage;
import com.axonivy.portal.selenium.page.TaskWidgetPage;
import com.axonivy.portal.selenium.page.UserProfilePage;

@IvyWebTest
public class LeaveRequestTest extends BaseTest {
Expand Down

0 comments on commit 3f22f45

Please sign in to comment.