Skip to content

Commit 21b8bed

Browse files
committed
Add customer note to the order in the new order UI test
1 parent 82f3c25 commit 21b8bed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/WooCommerceUITests/Tests/OrdersTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ final class OrdersTests: XCTestCase {
3535
.addCustomerDetails(name: "Mira")
3636
.addShipping(amount: "1.25", name: "Flat Rate")
3737
.addFee(amount: "2.34")
38+
.addCustomerNote(getRandomPhrase())
3839
.createOrder()
3940
}
4041

0 commit comments

Comments
 (0)