We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69ae650 + 2fa6061 commit 03f5d70Copy full SHA for 03f5d70
WordPress/UITestsFoundation/Screens/DomainsSuggestionsScreen.swift
@@ -2,7 +2,6 @@ import ScreenObject
2
import XCTest
3
4
public class DomainsSuggestionsScreen: ScreenObject {
5
- public let tabBar: TabNavComponent
6
7
let siteDomainsNavbarHeaderGetter: (XCUIApplication) -> XCUIElement = {
8
$0.staticTexts["Search domains"]
@@ -11,8 +10,6 @@ public class DomainsSuggestionsScreen: ScreenObject {
11
10
var siteDomainsNavbarHeader: XCUIElement { siteDomainsNavbarHeaderGetter(app) }
12
13
public init(app: XCUIApplication = XCUIApplication()) throws {
14
- tabBar = try TabNavComponent()
15
-
16
try super.init(
17
expectedElementGetters: [ siteDomainsNavbarHeaderGetter ],
18
app: app,
0 commit comments