Skip to content

Commit

Permalink
debugging on qa server
Browse files Browse the repository at this point in the history
  • Loading branch information
Muta-Jonathan committed Oct 9, 2023
1 parent a405c42 commit 6bc6616
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public RenderDefaultReportPage clickOnViewLink() throws InterruptedException {
while (!isDisplayed(VIEW_REPORT))
{
Thread.sleep(3000);
System.out.println("Element is not visible yet");
}

clickOn(VIEW_REPORT);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
webapp.url=http://localhost:8080/openmrs
webapp.url=https://qa-refapp.openmrs.org/openmrs
login.username=admin
login.password=Admin123
login.location=Pharmacy
webdriver=chrome
login.auto=false
headless=true
db.host=openmrs
#db.host=openmrs
includes.csrftoken=true
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
webapp.url=http://localhost:8080/openmrs
webapp.url=https://qa-refapp.openmrs.org/openmrs
login.username=admin
login.password=Admin123
login.location=Pharmacy
webdriver=firefox
login.auto=false
headless=true
db.host=openmrs
#db.host=openmrs
includes.csrftoken=true

0 comments on commit 6bc6616

Please sign in to comment.