From 165b1420b7808d4c4ed44c21f119982dbd5059ce Mon Sep 17 00:00:00 2001 From: psy0ch Date: Thu, 24 Oct 2019 19:23:03 +0200 Subject: [PATCH] Add explanation to @Ignore in CollectionTest (#6238) #6235 --- .../java/org/mozilla/fenix/ui/CollectionTest.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt index 4bd9444ff..c9773d020 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt @@ -42,25 +42,25 @@ class CollectionTest { mockWebServer.shutdown() } - @Ignore + @Ignore("not implemented") @Test fun AddTabToCollectionTest() { // open a webpage, and add currently opened tab to existing collection } - @Ignore + @Ignore("not implemented") @Test fun OpenTabFromCollectionTest() { // Open one tab from Collection in the Homescreen view } - @Ignore + @Ignore("not implemented") @Test fun RenameCollectionTest() { // Rename Collection from the Homescreen } - @Ignore + @Ignore("not implemented") @Test fun DeleteCollectionTest() { // Delete Collection from the Homescreen