-
Notifications
You must be signed in to change notification settings - Fork 60
Gui improvement 07 07 2025 #4124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| import static com.epam.pipeline.autotests.ao.Primitive.INSTANCE_TYPE; | ||
| import com.epam.pipeline.autotests.ao.Template; | ||
| import com.epam.pipeline.autotests.mixins.Navigation; | ||
| import com.epam.pipeline.autotests.utils.C; | ||
| import static com.epam.pipeline.autotests.utils.C.DEFAULT_INSTANCE; | ||
| import static com.epam.pipeline.autotests.utils.C.DEFAULT_INSTANCE_PRICE_TYPE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General comment - please group imports logically (e.g. static with static, standard with standard) to improve readability and follow clean code conventions
| private static final String CONFIG_JSON = "config.json"; | ||
| private static final String STORAGE_RULES_FOLDER = "storage_rules_folder"; | ||
| private static final String FILE_TO_STORE_NAME = "storage_rules_test.test"; | ||
| private static final String LAUNCH_SCRIPT = "/fileKeeper.sh"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update the standard indent settings here?
| import com.epam.pipeline.autotests.ao.PipelineCodeTabAO; | ||
| import com.epam.pipeline.autotests.ao.Template; | ||
| import com.epam.pipeline.autotests.utils.C; | ||
| import static com.epam.pipeline.autotests.utils.C.DEFAULT_INSTANCE_PRICE_TYPE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same as above
| package com.epam.pipeline.autotests; | ||
|
|
||
| import com.epam.pipeline.autotests.ao.NotificationAO; | ||
| import static com.epam.pipeline.autotests.ao.Primitive.ADD_SCHEDULE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same as above
| "and contains(., 'Root entity type')]"); | ||
| } | ||
|
|
||
| public static By rootEntityTypeValue() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method is never used
# Conflicts: # e2e/gui/src/test/java/com/epam/pipeline/autotests/RestrictionsOnInstancePriceTypeTest.java # e2e/gui/src/test/java/com/epam/pipeline/autotests/ao/Primitive.java
This PR provides e2e-tests updates corresponding last UI update: