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

ci: add android 13 #584

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

ci: add android 13 #584

wants to merge 5 commits into from

Conversation

KazuCocoa
Copy link
Member

lets see how this will be

@KazuCocoa
Copy link
Member Author

toast timing and below should be updated for the newer emulator:

    @Test
    public void verifyDismissingAnAlertWithButton() throws JSONException {
        if (Build.VERSION.SDK_INT < 23) {
            return;
        }

        setupView();

        Response response = findElement(By.accessibilityId("OK Cancel dialog with a long message"));
        clickAndWaitForStaleness(response.getElementId());

//        response = dismissAlert("CANCEL");
        response = dismissAlert("Cancel");
        assertTrue(response.isSuccessful());
    }

@mykola-mokhnach
Copy link
Contributor

mykola-mokhnach commented Dec 27, 2023

AFAIK integration tests on newer platform versions were never stable. Android emulators running recent OS versions are quite resource-demanding and weak GH VMs cannot ensure the necessary performance thus making tests flaky.
Perhaps, moving to a higher (paid) teer would help, I remember @jlipps has once mentioned such possibility

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.

2 participants