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

Add UT for T2C #161

Merged
merged 2 commits into from
Nov 24, 2022
Merged

Add UT for T2C #161

merged 2 commits into from
Nov 24, 2022

Conversation

dinghong2233
Copy link
Contributor

No description provided.

@dinghong2233 dinghong2233 merged commit 9fb8323 into main Nov 24, 2022
@dinghong2233 dinghong2233 deleted the Millard/UTForT2C branch November 24, 2022 10:03
@@ -57,17 +58,19 @@ public static void chooseActionType(BaseDriverController driver, ActionInfo acti
BaseElementInfo element = actionInfo.getTestElement();
WebElement webElement = findElement(driver, element);
Map<String, Object> arguments = actionInfo.getArguments();
// Safe wait if no element required before this action to ensure the UI is ready
if (webElement == null && !isSelfTesting) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I suggest we could also exclude the sleep action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants