Skip to content

Commit ec647db

Browse files
committed
Update UI tests
1 parent 1312746 commit ec647db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/UITestsFoundation/Screens/Editor/ChooseLayoutScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import XCTest
44
public class ChooseLayoutScreen: ScreenObject {
55

66
private let closeButtonGetter: (XCUIApplication) -> XCUIElement = {
7-
$0.buttons["Close"]
7+
$0.buttons["close-button"]
88
}
99

1010
private let createBlankPageButtonGetter: (XCUIApplication) -> XCUIElement = {

0 commit comments

Comments
 (0)