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

e2e error details fix #265

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

itsmekumari
Copy link
Contributor

@itsmekumari itsmekumari commented Feb 4, 2025

This PR contains error fix for stale element in capturing error message on UI.

@AnkitCLI AnkitCLI added the build label Feb 4, 2025
@AnkitCLI AnkitCLI force-pushed the e2e_errordetailschange branch 3 times, most recently from 56c9295 to a0ea726 Compare February 5, 2025 08:10
@AnkitCLI AnkitCLI marked this pull request as ready for review February 5, 2025 15:50
@@ -44,7 +44,8 @@ public class WranglerActions {
* @param directive The directive to be selected for the column.
*/
public static void selectDirective(String columnName, String directive) {
WaitHelper.waitForPageToLoad();
WaitHelper.waitForPageToLoad(180);
Copy link
Member

Choose a reason for hiding this comment

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

we can use the existing constant everywhere:

public static final int DEFAULT_TIMEOUT_SECONDS = 180;

Copy link
Contributor

Choose a reason for hiding this comment

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

change done

@AnkitCLI AnkitCLI force-pushed the e2e_errordetailschange branch from a0ea726 to d61405d Compare February 6, 2025 05:53
Copy link
Member

@itsankit-google itsankit-google left a comment

Choose a reason for hiding this comment

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

please remember to cherry-pick this PR in release/6.11 branch.

@itsankit-google itsankit-google merged commit 415f2b0 into cdapio:develop Feb 6, 2025
3 checks passed
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.

3 participants