Skip to content

Fix package assertion in the Exordos instrumentation suite #39

Description

@cassi-volkova

./gradlew :app:connectedExordosDebugAndroidTest fails before the full connected suite can pass because the template ExampleInstrumentedTest.useAppContext hard-codes the default package name.

Steps to reproduce:

  1. Connect an Android device or emulator.
  2. Run ./gradlew :app:connectedExordosDebugAndroidTest.

Expected: the instrumentation suite accepts the Exordos flavor application ID and continues.

Actual: useAppContext expects ru.genesiscorporation.workspace.beta, while the Exordos flavor configures and reports com.exordos.workspace, producing a ComparisonFailure.

The assertion should use the flavor-aware application ID or be removed if it no longer verifies product behavior.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions