func testSelectArchive() throws {
        let tabBar = app.tabBars.firstMatch
        _ = tabBar.waitForExistence(timeout: 10)
        tabBar.buttons[NSLocalizedString("Archive", comment: "")].tap()
        snapshot("03-Archive-Screen")