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 261aaf6 commit 5f8c7bcCopy full SHA for 5f8c7bc
WooCommerce/WooCommerceUITests/Tests/OrdersTests.swift
@@ -34,6 +34,7 @@ final class OrdersTests: XCTestCase {
34
.addProduct(byName: products[0].name)
35
.addCustomerDetails(name: "Mira")
36
.addShipping(amount: "1.25", name: "Flat Rate")
37
+ .addFee(amount: "2.34")
38
.createOrder()
39
}
40
0 commit comments