Skip to content

Commit

Permalink
Temporarily disable sidebar FF in ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 19, 2024
1 parent d961195 commit 0d427b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WordPress/UITests/Utils/XCTest+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ extension XCTestCase {
app.launchArguments.append(contentsOf: ["-ui-test-select-wpcom-site", selectWPComSite])
}

app.launchArguments.append(contentsOf: ["ff-override-Sidebar", "false"])

if removeBeforeLaunching {
removeApp(app)
}
Expand Down

0 comments on commit 0d427b6

Please sign in to comment.