Skip to content

Conversation

@maryvictol
Copy link
Collaborator

This PR provides e2e-tests updates corresponding last UI update:

  • UI updates Parameters
  • Update Hot Node Pool form

@maryvictol maryvictol requested a review from kamyshova October 24, 2025 13:58
@maryvictol maryvictol added the sys/e2e Issues related to the e2e tests automation label Oct 24, 2025
Comment on lines 18 to 23
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;
Copy link
Contributor

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";
Copy link
Contributor

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;
Copy link
Contributor

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;
Copy link
Contributor

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() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method is never used

@maryvictol maryvictol requested a review from kamyshova October 27, 2025 14:27
# Conflicts:
#	e2e/gui/src/test/java/com/epam/pipeline/autotests/RestrictionsOnInstancePriceTypeTest.java
#	e2e/gui/src/test/java/com/epam/pipeline/autotests/ao/Primitive.java
@maryvictol maryvictol merged commit 9fdb28a into develop Oct 28, 2025
4 checks passed
@maryvictol maryvictol deleted the gui_improvement_07-07-2025 branch October 28, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sys/e2e Issues related to the e2e tests automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants