File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99import java .lang .management .GarbageCollectorMXBean ;
1010
11- public class CommitsPage extends BasePage {
11+ public class COMMISTPAGE extends BasePage {
12+ private static final String COMMIT_TABLE29 = "//*[@class=\" pull-left col-xs-12 files-wrapper4\" ]" ;
1213 private static final String COMMIT_TABLE28 = "//*[@class=\" pull-left col-xs-12 files-wrapper4\" ]" ;
1314 private static final String COMMIT_TABLE27 = "//*[@class=\" pull-left col-xs-12 files-wrapper4\" ]" ;
1415 private static final String COMMIT_TABLE26 = "//*[@class=\" pull-left col-xs-12 files-wrapper4\" ]" ;
@@ -69,11 +70,11 @@ public class CommitsPage extends BasePage {
6970 private static final String DETAIL_DIFF_PANEL = "diffView" ;
7071 private static final String COMMIT_VIEW_LOGS = "logs_open" ;
7172
72- public CommitsPage (RemoteWebDriver driver , Environment env ) {
73+ public CommitsPage (RemoteWebDriver driver , Environment env ){
7374 super (driver , env );
7475 }
7576
76- public void validateCommitTable () {
77+ public void validateCommitTable () {
7778 getElementWhenVisible (By .xpath (COMMIT_TABLE )).isDisplayed ();
7879 getElementWhenVisible (By .id (COLUMN_STATUS )).isDisplayed ();
7980 getElementWhenVisible (By .id (COLUMN_AUTHOR )).isDisplayed ();
You can’t perform that action at this time.
0 commit comments