mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Bug 1816683 - Fix AC version not displayed in verifyAboutFirefoxPreview UI test
This commit is contained in:
parent
4d87860b2e
commit
c37deb72c4
@ -100,17 +100,13 @@ private fun assertVersionNumber() {
|
||||
|
||||
val packageInfo = context.packageManager.getPackageInfoCompat(context.packageName, 0)
|
||||
val versionCode = PackageInfoCompat.getLongVersionCode(packageInfo).toString()
|
||||
|
||||
val buildNVersion = "${packageInfo.versionName} (Build #$versionCode)\n"
|
||||
val componentsVersion =
|
||||
"${mozilla.components.Build.version}, ${mozilla.components.Build.gitHash}"
|
||||
val geckoVersion =
|
||||
org.mozilla.geckoview.BuildConfig.MOZ_APP_VERSION + "-" + org.mozilla.geckoview.BuildConfig.MOZ_APP_BUILDID
|
||||
val asVersion = mozilla.components.Build.applicationServicesVersion
|
||||
|
||||
onView(withId(R.id.about_text))
|
||||
.check(matches(withText(containsString(buildNVersion))))
|
||||
.check(matches(withText(containsString(componentsVersion))))
|
||||
.check(matches(withText(containsString(geckoVersion))))
|
||||
.check(matches(withText(containsString(asVersion))))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user