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.
1 parent 1312746 commit ec647dbCopy full SHA for ec647db
Modules/Sources/UITestsFoundation/Screens/Editor/ChooseLayoutScreen.swift
@@ -4,7 +4,7 @@ import XCTest
4
public class ChooseLayoutScreen: ScreenObject {
5
6
private let closeButtonGetter: (XCUIApplication) -> XCUIElement = {
7
- $0.buttons["Close"]
+ $0.buttons["close-button"]
8
}
9
10
private let createBlankPageButtonGetter: (XCUIApplication) -> XCUIElement = {
0 commit comments