Skip to content

Commit e5696ed

Browse files
authored
[UI Tests] Replace paste with enter text for search UI tests. (#1697)
2 parents 86fc0e9 + bc0b745 commit e5696ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimplenoteUITests/SimplenoteUITestsSearch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class SimplenoteUISmokeTestsSearch: XCTestCase {
4747
Sidebar.tagsDeleteAll()
4848
NoteList.openAllNotes()
4949

50-
allNotes.forEach { NoteList.createNoteThenLeaveEditor($0, usingPaste: true) }
50+
allNotes.forEach { NoteList.createNoteThenLeaveEditor($0, usingPaste: false) }
5151
}
5252

5353
override func setUpWithError() throws {

0 commit comments

Comments
 (0)