Skip to content

Instantly share code, notes, and snippets.

@gunesmes
Created February 8, 2022 06:06
Show Gist options
  • Save gunesmes/8fc824dd22f1c16e691c1bf7abdce14b to your computer and use it in GitHub Desktop.
Save gunesmes/8fc824dd22f1c16e691c1bf7abdce14b to your computer and use it in GitHub Desktop.
//
// 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