Skip to content

Commit

Permalink
Removed the changes made for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoharKrishnaBoppe committed Jun 13, 2023
1 parent 28f1d1b commit c0e513d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 70 deletions.
Binary file removed click_until/build/1.0.1/click_until.jar
Binary file not shown.
Binary file removed click_until/build/1.0.1/click_until_source.zip
Binary file not shown.
Binary file removed click_until/build/1.0.1/original-click_until.jar
Binary file not shown.
67 changes: 0 additions & 67 deletions click_until/dependency-reduced-pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion click_until/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.testsigma.addons</groupId>
<artifactId>click_until</artifactId>
<version>1.0.1</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
public class ClickUntilTextIsVisible extends WebAction {

private static final int NO_OF_CLICKS = 20;

private static final int dummy = 5;
private static final String SUCCESS_MESSAGE = "Expected text is found. Total no of clicks performed: <b>%s</b>";
private static final String ERROR_MESSAGE = "Expected text is not found. Total no of clicks performed: <b>%s</b>";
private static final String SUCCESS_MESSAGE_TEXT_PRESENT_BEFORE_CLICK = "Expected text is already present in current page, Not performing any click action.";
Expand Down

0 comments on commit c0e513d

Please sign in to comment.