Skip to content

Commit

Permalink
Fix flaky testCreateBlankPage
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 10, 2024
1 parent d79aa28 commit 5dcac5b
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 5dcac5b

Please sign in to comment.