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 82f3c25 commit 21b8bedCopy full SHA for 21b8bed
WooCommerce/WooCommerceUITests/Tests/OrdersTests.swift
@@ -35,6 +35,7 @@ final class OrdersTests: XCTestCase {
35
.addCustomerDetails(name: "Mira")
36
.addShipping(amount: "1.25", name: "Flat Rate")
37
.addFee(amount: "2.34")
38
+ .addCustomerNote(getRandomPhrase())
39
.createOrder()
40
}
41
0 commit comments