diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e6a101b --- /dev/null +++ b/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + org.example + SEProject + 1.0-SNAPSHOT + + + 11 + 11 + + + \ No newline at end of file diff --git a/src/main/java/org/example/Constants.java b/src/main/java/org/example/Constants.java new file mode 100644 index 0000000..39fe88d --- /dev/null +++ b/src/main/java/org/example/Constants.java @@ -0,0 +1,6 @@ +package org.example; + +public class Constants { + public static String MAIN_PAGE_URL = "https://qa-scooter.praktikum-services.ru/"; + public static String ORDER_PAGE_URL = MAIN_PAGE_URL + "order"; +}