Add explanation to @Ignore in CollectionTest (#6238)

#6235
nightly-build-test
psy0ch 5 years ago committed by Tiger Oakes
parent f7840498ed
commit 165b1420b7

@ -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

Loading…
Cancel
Save