Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 8, 2024
1 parent aa64b96 commit e02e592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion allAutomation/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions allAutomation/src/main/java/Tests/ALL_Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

public class ALL_Test extends BrowserManager {

public ALL_Test() {
// No-argument constructor
}

@Test
public void Login() throws Exception {
browserRun();
Expand Down

0 comments on commit e02e592

Please sign in to comment.