Skip to content

Commit

Permalink
checking if github actions can save report
Browse files Browse the repository at this point in the history
  • Loading branch information
Muta-Jonathan committed May 4, 2023
1 parent 6557368 commit d08e0ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class ReportHistoryPage extends Page {

private static final By SAVE_REPORT = By.cssSelector("#saveReportLink");
private static final By SAVE_REPORT = By.cssSelector("a[href='/openmrs/module/reporting/reports/reportHistory.form']");

public ReportHistoryPage(Page page) {
super(page);
Expand Down

0 comments on commit d08e0ba

Please sign in to comment.