Skip to content

Commit 9a5692c

Browse files
committed
Add shipping to the order in the new order UI test
1 parent f903358 commit 9a5692c

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
@@ -33,6 +33,7 @@ final class OrdersTests: XCTestCase {
3333
.editOrderStatus()
3434
.addProduct(byName: products[0].name)
3535
.addCustomerDetails(name: "Mira")
36+
.addShipping(amount: "1.25", name: "Flat Rate")
3637
.createOrder()
3738
}
3839

0 commit comments

Comments
 (0)