I'm missing two import statements in the Java handlebars code.
I get this error when compiling (via Maven):
[ERROR] /c:/path/to/src/main/java/PageObjectModel/SomeFolder/SomeClass.java:[149,56] cannot find symbol
[ERROR] symbol: class ExpectedCondition
[ERROR] location: class PageObjectModel.SomeFolder.SomeClass
[ERROR] /c:/path/to/src/main/java/PageObjectModel/SomeFolder/SomeClass.java:[149,14] cannot find symbol
[ERROR] symbol: class WebDriverWait
[ERROR] location: class PageObjectModel.SomeFolder.SomeClass
Adding the two following import statements allows it to compile:
I'm missing two import statements in the Java handlebars code.
I get this error when compiling (via Maven):
Adding the two following import statements allows it to compile: