Skip to content

Commit

Permalink
updated deleted method to not be executed on device farm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed Jun 20, 2024
1 parent 9700f41 commit b9d42bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/CreativeUITest/Protocols/BaseXCTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ protocol BaseXCTestCase where Self: XCTestCase {

extension BaseXCTestCase {
func deleteApp() {
guard canLaunchExternalApps else { return }

let springboard = XCUIApplication(bundleIdentifier: "com.apple.springboard")

let icon = springboard.icons["Example - Local"]
Expand Down

0 comments on commit b9d42bd

Please sign in to comment.