Created
February 8, 2022 06:06
-
-
Save gunesmes/8fc824dd22f1c16e691c1bf7abdce14b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// HomeScreenTests.swift | |
// TestDictionaryUITests | |
// | |
// Created by MESUT GUNES on 1.08.2021. | |
// Copyright © 2021 MesutGunes. All rights reserved. | |
// | |
import Foundation | |
import XCTest | |
class HomeScreenTests: BaseTest { | |
let homeScreen = HomeScreen() | |
override func setUp() { | |
super.setUp() | |
waitForPageLoading(element: homeScreen.baseElement) | |
} | |
func test_ValidateHomeScreenItems() { | |
homeScreen.validateReadmeLoaded() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment