Skip to content
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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Innokentiy945
Copy link
Collaborator

No description provided.

+ gitignore
- source of jdi-mobile
+ check complie
@Stasnazarenko
Copy link

@pnatashap hi) maybe do you have some ideas why such an exeption exists on the step AppManager.launchApp(); ?
image

@Stasnazarenko
Copy link

The same behavior on the method installApp()
image

@pnatashap pnatashap self-requested a review April 26, 2021 10:44
Copy link
Contributor

@pnatashap pnatashap left a 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();
Copy link
Contributor

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");
Copy link
Contributor

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();
Copy link
Contributor

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);
Copy link
Contributor

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");
Copy link
Contributor

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?

@pnatashap
Copy link
Contributor

@pnatashap hi) maybe do you have some ideas why such an exeption exists on the step AppManager.launchApp(); ?
Hotfix is pushed to this branch. There is a bug in JDI @RomanIovlev should look at it.

fix path to android.properties
@Stasnazarenko
Copy link

@pnatashap Thanks a lot!!!Is working now!!)

@pnatashap
Copy link
Contributor

другой код залили, пока не удаляю этот ПР, возможно что-то полезное есть

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants