From b6063990f0cd35ed81dd4404d00a1d9c439c8a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pysiak?= Date: Tue, 23 Apr 2024 10:26:48 +0200 Subject: [PATCH] Fixes after CR --- .../admin/payment/managing_payments/browsing_payments.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/admin/payment/managing_payments/browsing_payments.feature b/features/admin/payment/managing_payments/browsing_payments.feature index eebe5cdfc6..01cca6b10b 100644 --- a/features/admin/payment/managing_payments/browsing_payments.feature +++ b/features/admin/payment/managing_payments/browsing_payments.feature @@ -32,7 +32,7 @@ Feature: Browsing payments And I should see payment for the "#00000001" order as 2nd in the list @ui @api-todo - Scenario: Payments are sorted by date in ascending order + Scenario: Sorting payments by date in ascending order Given there is an "#00000002" order with "Apple" product ordered later When I browse payments And I sort payments by date in ascending order @@ -40,7 +40,7 @@ Feature: Browsing payments And I should see payment for the "#00000002" order as 2nd in the list @ui @api-todo - Scenario: Payments are sorted by date in descending order again + Scenario: Sorting payments by date in descending order again Given there is an "#00000002" order with "Apple" product ordered later When I browse payments And I sort payments by date in descending order