Skip to content
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

Added step for Run index in pipeline #256

Closed
wants to merge 1 commit into from

Conversation

AnkitCLI
Copy link
Contributor

@AnkitCLI AnkitCLI commented Dec 9, 2024

This step contains Run Index step to wait till visibility of Run 2 index on UI. This PR is related to fix for GcsCreate on cloudbuild.

@AnkitCLI AnkitCLI added the build label Dec 9, 2024
@@ -94,6 +94,9 @@ public static WebElement locateRecordsInCountOnPluginNodeAsNonZero(String plugin
@FindBy(how = How.XPATH, using = "//*[contains(text(),'saved successfully.')]")
public static WebElement savedSuccessMessage;

@FindBy(how = How.XPATH, using = "//*[@class='run-number' and text()='Run 2 of 2']")
Copy link
Member

Choose a reason for hiding this comment

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

It is not advisable to use text to find elements.

Please work with @GnsP to add data-cy attributes.

Curious are there 2 runs in one scenario?

@AnkitCLI
Copy link
Contributor Author

Did step changes in the google cloud repo no need to change in e2e-tests so closing this PR

@AnkitCLI AnkitCLI closed this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants