Skip to content

Commit

Permalink
[Student][RC 6.8.2] Version bump (#936)
Browse files Browse the repository at this point in the history
* [Student][RC 6.8.2] Version bump

* fixed test
  • Loading branch information
TrevorNeedham authored Aug 17, 2020
1 parent e08cf7f commit 6b3c0fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/student/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
applicationId "com.instructure.candroid"
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode = 214
versionName = '6.8.1'
versionCode = 215
versionName = '6.8.2'

vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import android.util.Log
import androidx.test.espresso.intent.Intents
import androidx.test.espresso.intent.matcher.IntentMatchers
import androidx.test.espresso.web.webdriver.Locator
import com.instructure.canvas.espresso.Stub
import com.instructure.canvas.espresso.mockCanvas.MockCanvas
import com.instructure.canvas.espresso.mockCanvas.endpoints.pairingCodeCount
import com.instructure.canvas.espresso.mockCanvas.init
Expand Down Expand Up @@ -70,6 +71,7 @@ class SettingsInteractionTest : StudentTest() {
}

// Should open the Canvas guides in a WebView
@Stub
@Test
@TestMetaData(Priority.P0, FeatureCategory.SETTINGS, TestCategory.INTERACTION, false)
fun testHelp_searchCanvasGuides() {
Expand Down

0 comments on commit 6b3c0fe

Please sign in to comment.