Advertisement
Guest User

Untitled

a guest
Nov 4th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project qaframework: Compilation failure: Compilation failure:
  2. [ERROR] /Projects/openmrs/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/ConditionsSteps.java:[23,77] cannot find symbol
  3. [ERROR] symbol: method getLocation()
  4. [ERROR] location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  5. [ERROR] /Projects/openmrs/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/StylesGuideSteps.java:[22,77] cannot find symbol
  6. [ERROR] symbol: method getLocation()
  7. [ERROR] location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  8. [ERROR] /Projects/openmrs/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/LoginSteps.java:[59,60] cannot find symbol
  9. [ERROR] symbol: method getLocation()
  10. [ERROR] location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  11. [ERROR] /Projects/openmrs/openmrs-contrib-qaframework/src/test/java/org/openmrs/contrib/qaframework/automation/LoginSteps.java:[83,77] cannot find symbol
  12. [ERROR] symbol: method getLocation()
  13. [ERROR] location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  14. [ERROR] -> [Help 1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement