Skip to content

Commit

Permalink
test(versioncode) change versioncode in mazerunner app to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
YYChen01988 committed Jan 13, 2025
1 parent 51c0e15 commit cbd6ee9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion features/fixtures/mazerunner/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 35
versionCode 35
versionCode 1
versionName "1.1.14"
manifestPlaceholders = [
// omit any of the following placeholders to use the default values
Expand Down
2 changes: 1 addition & 1 deletion features/full_tests/internal_error_reports.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Feature: Cached Error Reports
And the event "app.releaseStage" equals "mazerunner"
And the event "app.type" equals "android"
And the event "app.version" equals "1.1.14"
And the event "app.versionCode" equals 35
And the event "app.versionCode" equals 1
And the error payload field "events.0.app.duration" is an integer
And the error payload field "events.0.app.durationInForeground" is an integer
And the event "app.inForeground" is true
Expand Down
2 changes: 1 addition & 1 deletion features/full_tests/load_configuration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Feature: Loading values into the configuration
And the event "app.releaseStage" is not null
And the event "metaData.test.foo" equals "bar"
And the event "metaData.test.filter_me" equals "foobar"
And the event "app.versionCode" equals 35
And the event "app.versionCode" equals 1
And the event "app.buildUUID" is not null
And the event "app.version" equals "1.1.14"
And the event "app.type" is null
Expand Down
2 changes: 1 addition & 1 deletion features/smoke_tests/01_anr.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Feature: ANR smoke test
And the event "app.releaseStage" equals "mazerunner"
And the event "app.type" equals "android"
And the event "app.version" equals "1.1.14"
And the event "app.versionCode" equals 35
And the event "app.versionCode" equals 1
And the error payload field "events.0.app.duration" is an integer
And the error payload field "events.0.app.durationInForeground" is an integer
And the event "app.inForeground" is true
Expand Down
4 changes: 2 additions & 2 deletions features/smoke_tests/02_handled.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Feature: Handled smoke tests
And the event "app.releaseStage" equals "mazerunner"
And the event "app.type" equals "android"
And the event "app.version" equals "1.1.14"
And the event "app.versionCode" equals 35
And the event "app.versionCode" equals 1
And the error payload field "events.0.app.duration" is an integer
And the error payload field "events.0.app.durationInForeground" is an integer
And the event "app.inForeground" is true
Expand Down Expand Up @@ -196,7 +196,7 @@ Feature: Handled smoke tests
And the event "app.releaseStage" equals "mazerunner"
And the event "app.type" equals "android"
And the event "app.version" equals "1.1.14"
And the event "app.versionCode" equals 35
And the event "app.versionCode" equals 1
And the error payload field "events.0.app.duration" is an integer
And the error payload field "events.0.app.durationInForeground" is an integer
And the event "app.inForeground" is true
Expand Down
2 changes: 1 addition & 1 deletion features/smoke_tests/03_sessions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Feature: Session functionality smoke tests
And the session payload field "app.releaseStage" equals "mazerunner"
And the session payload field "app.type" equals "android"
And the session payload field "app.version" equals "1.1.14"
And the session payload field "app.versionCode" equals 35
And the session payload field "app.versionCode" equals 1

# Device data
And the session payload field "device.cpuAbi" is a non-empty array
Expand Down
2 changes: 1 addition & 1 deletion features/smoke_tests/04_unhandled.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Feature: Unhandled smoke tests
And the event "app.releaseStage" equals "mazerunner"
And the event "app.type" equals "android"
And the event "app.version" equals "1.1.14"
And the event "app.versionCode" equals 35
And the event "app.versionCode" equals 1
And the error payload field "events.0.app.duration" is an integer
And the error payload field "events.0.app.durationInForeground" is an integer
And the event "app.inForeground" is true
Expand Down
2 changes: 1 addition & 1 deletion features/steps/android_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def wait_for_app_state(expected_state)
And the error payload field "events.0.app.releaseStage" is not null
And the error payload field "events.0.app.type" equals "android"
And the error payload field "events.0.app.version" is not null
And the error payload field "events.0.app.versionCode" equals 35
And the error payload field "events.0.app.versionCode" equals 1
And the error payload field "events.0.device.id" is not null
And the error payload field "events.0.device.locale" is not null
And the error payload field "events.0.device.manufacturer" is not null
Expand Down

0 comments on commit cbd6ee9

Please sign in to comment.