Skip to content

Commit 03f5d70

Browse files
authored
[UI Test] Remove tabBar init from Domains Suggestions Screen (#20752)
2 parents 69ae650 + 2fa6061 commit 03f5d70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WordPress/UITestsFoundation/Screens/DomainsSuggestionsScreen.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import ScreenObject
22
import XCTest
33

44
public class DomainsSuggestionsScreen: ScreenObject {
5-
public let tabBar: TabNavComponent
65

76
let siteDomainsNavbarHeaderGetter: (XCUIApplication) -> XCUIElement = {
87
$0.staticTexts["Search domains"]
@@ -11,8 +10,6 @@ public class DomainsSuggestionsScreen: ScreenObject {
1110
var siteDomainsNavbarHeader: XCUIElement { siteDomainsNavbarHeaderGetter(app) }
1211

1312
public init(app: XCUIApplication = XCUIApplication()) throws {
14-
tabBar = try TabNavComponent()
15-
1613
try super.init(
1714
expectedElementGetters: [ siteDomainsNavbarHeaderGetter ],
1815
app: app,

0 commit comments

Comments
 (0)