1
0
Fork 0

Add explanation to @Ignore in CollectionTest (#6238)

#6235
master
psy0ch 2019-10-24 19:23:03 +02:00 committed by Tiger Oakes
parent f7840498ed
commit 165b1420b7
1 changed files with 4 additions and 4 deletions

View File

@ -42,25 +42,25 @@ class CollectionTest {
mockWebServer.shutdown() mockWebServer.shutdown()
} }
@Ignore @Ignore("not implemented")
@Test @Test
fun AddTabToCollectionTest() { fun AddTabToCollectionTest() {
// open a webpage, and add currently opened tab to existing collection // open a webpage, and add currently opened tab to existing collection
} }
@Ignore @Ignore("not implemented")
@Test @Test
fun OpenTabFromCollectionTest() { fun OpenTabFromCollectionTest() {
// Open one tab from Collection in the Homescreen view // Open one tab from Collection in the Homescreen view
} }
@Ignore @Ignore("not implemented")
@Test @Test
fun RenameCollectionTest() { fun RenameCollectionTest() {
// Rename Collection from the Homescreen // Rename Collection from the Homescreen
} }
@Ignore @Ignore("not implemented")
@Test @Test
fun DeleteCollectionTest() { fun DeleteCollectionTest() {
// Delete Collection from the Homescreen // Delete Collection from the Homescreen