-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial commit for jdi-light-mobile template #1
base: main
Are you sure you want to change the base?
Conversation
src/main/java/com/epam/jdi/light/mobile/AllurePropertiesGenerator.java
Outdated
Show resolved
Hide resolved
+ gitignore - source of jdi-mobile + check complie
@pnatashap hi) maybe do you have some ideas why such an exeption exists on the step AppManager.launchApp(); ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's nice to fix tests to be clear
ActionBarUsagePage.searchVield.has().text(PLACEHOLDER); | ||
ActionBarUsagePage.searchVield.input("Internet"); | ||
ActionBarUsagePage.text.has().text("Query so far: Internet"); | ||
ActionBarUsagePage.clearQuery.click(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to check if clear works fine, only click is not enough.
public void displayOptionsPageMoreOptionsTest() { | ||
ActionBarDisplayOptionsPage.moreOptions.is().enabled(); | ||
ActionBarDisplayOptionsPage.moreOptions.click(); | ||
ActionBarDisplayOptionsPage.listView.selectOption("Menu Item"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to check if select works fine
child1.is().enabled(); | ||
child1.is().displayed(); | ||
child1.is().text("Child 1"); | ||
group0.tap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to check is the last action works fine
|
||
@Test(expectedExceptions = IllegalArgumentException.class, dataProvider = "incorrectData") | ||
public void checkIncorrectValue(double value){ | ||
RatingBarPage.ratingBar1.setRatingByClick(value, 6.0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to check selected value after set
SearchViewFilterPage.searchViewField.input("edam"); | ||
SearchViewFilterPage.crossIcon.click(); | ||
SearchViewFilterPage.searchViewField.input("yo"); | ||
SearchViewFilterPage.listView.select("Olde York"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should be in the result after this input and select?
|
fix path to android.properties
@pnatashap Thanks a lot!!!Is working now!!) |
другой код залили, пока не удаляю этот ПР, возможно что-то полезное есть |
No description provided.