Skip to content

Commit 5f8c7bc

Browse files
committed
Add fee to the order in the new order UI test
1 parent 261aaf6 commit 5f8c7bc

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
@@ -34,6 +34,7 @@ final class OrdersTests: XCTestCase {
3434
.addProduct(byName: products[0].name)
3535
.addCustomerDetails(name: "Mira")
3636
.addShipping(amount: "1.25", name: "Flat Rate")
37+
.addFee(amount: "2.34")
3738
.createOrder()
3839
}
3940

0 commit comments

Comments
 (0)