Skip to content

StreamRailCard instrumented tests no longer compile after unread-state parameters were added #29

Description

@cassi-volkova

Summary

The Genesis debug instrumentation test source set does not compile on the current cassi/mobile-desktop-parity branch. StreamRailCard now requires fullyMuted, displayedUnread, and hasSplitCounters, but three calls in StreamRailCardInstrumentedTest still use the previous signature.

Reproduction

  1. Check out the current cassi/mobile-desktop-parity branch.
  2. Run ./gradlew --no-daemon assembleGenesisDebugAndroidTest.

Actual result

:app:compileGenesisDebugAndroidTestKotlin fails at lines 54, 114, and 144 of StreamRailCardInstrumentedTest.kt, reporting that no values were supplied for the three new parameters.

Expected result

The Genesis instrumentation test APK compiles so the UI test suite can run.

Notes

The regression is present independently of the message-reply work. The parameter additions came with the unread-notification parity change; the existing test call sites need representative values for all three fields.

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