From 91769b81b29c5e26323beb64cbad31df9ec8a546 Mon Sep 17 00:00:00 2001 From: Max Muth Date: Fri, 20 Oct 2017 23:13:45 +0200 Subject: [PATCH] Add screenshot for study rooms (#186) Closes #169, #173 --- AutomatedScreenshots/AutomatedScreenshots.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AutomatedScreenshots/AutomatedScreenshots.swift b/AutomatedScreenshots/AutomatedScreenshots.swift index 58c2a341..91faf1b6 100644 --- a/AutomatedScreenshots/AutomatedScreenshots.swift +++ b/AutomatedScreenshots/AutomatedScreenshots.swift @@ -34,6 +34,9 @@ class ScreenshotUITests: XCTestCase { app.navigationBars.buttons.element(boundBy: 0).tap() tablesQuery.staticTexts["My Lectures"].tap() snapshot("3_MyLectures") + app.navigationBars.buttons.element(boundBy: 0).tap() + tablesQuery.staticTexts["Study Rooms"].tap() + snapshot("4_StudyRooms") // ToDo: RoomFinder: Wait for callback / results before doing screenshot // app.navigationBars["My Lectures"].buttons["More"].tap() // tablesQuery.staticTexts["Room Finder"].tap()