Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Add screenshot for study rooms (#186)
Browse files Browse the repository at this point in the history
Closes #169, #173
  • Loading branch information
mammuth authored and nerdsupremacist committed Oct 20, 2017
1 parent 0b098ee commit 91769b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AutomatedScreenshots/AutomatedScreenshots.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 91769b8

Please sign in to comment.