mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Add explanation to @Ignore in CollectionTest (https://github.com/mozilla-mobile/fenix/pull/6238)
https://github.com/mozilla-mobile/fenix/issues/6235
This commit is contained in:
parent
2a846964ca
commit
7cc240bcd2
@ -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…
Reference in New Issue
Block a user