Skip to content

Commit

Permalink
Fix flaky testCreateBlankPage (#22983)
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 11, 2024
2 parents 237826e + 5dcac5b commit febe218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/UITests/Tests/PagesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class PageTests: XCTestCase {

@MainActor
override func setUp() async throws {
setUpTestSuite(selectWPComSite: WPUITestCredentials.testWPcomFreeSite)
try await WireMock.setUpScenario(scenario: "new_page_flow")
setUpTestSuite(selectWPComSite: WPUITestCredentials.testWPcomFreeSite)
}

override func tearDown() async throws {
Expand Down

0 comments on commit febe218

Please sign in to comment.