We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f903358 commit 9a5692cCopy full SHA for 9a5692c
WooCommerce/WooCommerceUITests/Tests/OrdersTests.swift
@@ -33,6 +33,7 @@ final class OrdersTests: XCTestCase {
33
.editOrderStatus()
34
.addProduct(byName: products[0].name)
35
.addCustomerDetails(name: "Mira")
36
+ .addShipping(amount: "1.25", name: "Flat Rate")
37
.createOrder()
38
}
39
0 commit comments