Skip to content

Commit 6070a67

Browse files
committed
no message
1 parent 8c7ac5a commit 6070a67

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

firefox-ios/firefox-ios-tests/Tests/XCUITests/A11yHomePageTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import XCTest
66

7-
@MainActor
87
class A11yHomePageTests: BaseTestCase {
98
func testA11yHomePageAudit() throws {
109
guard #available(iOS 17.0, *), !skipPlatform else { return }

firefox-ios/firefox-ios-tests/Tests/XCUITests/A11ySearchTest.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import XCTest
66
import Common
77

8-
@MainActor
98
class A11ySearchTest: BaseTestCase {
109
private func typeTextAndValidateSearchSuggestions(text: String, isSwitchOn: Bool) {
1110
typeOnSearchBar(text: text)

firefox-ios/firefox-ios-tests/Tests/XCUITests/A11ySettingsTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import XCTest
66

7-
@MainActor
87
class A11ySettingsTests: BaseTestCase {
98
func testSettingsMenuPageAudit() throws {
109
guard #available(iOS 17.0, *), !skipPlatform else { return }

0 commit comments

Comments
 (0)