File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 181181 <waitForText selector =" {{AdminTransactionsGridSection.transactionData('Is Closed')}}" userInput =" Yes" stepKey =" seeIfClosedHeaderIsSetAsYesForAuthorization" />
182182 <waitForElementClickable selector =" {{AdminProductFormActionSection.backButton}}" stepKey =" waitForBackButtonToBeClickedFromAuthorization" />
183183 <click selector =" {{AdminProductFormActionSection.backButton}}" stepKey =" clickBackButtonFromAuthorization" />
184- <!-- Verify Capture transaction is present, Closed = Yes -->
184+ <!-- Verify Capture transaction is present, Closed = No -->
185185 <actionGroup ref =" AdminAssertTransactionTypeInTransactionTabActionGroup" stepKey =" assertCaptureTransactionType" >
186186 <argument name =" transactionType" value =" capture" />
187187 </actionGroup >
188- <waitForText selector =" {{AdminTransactionsGridSection.transactionData('Is Closed')}}" userInput =" Yes " stepKey =" seeIfClosedHeaderIsSetAsYesForCapture " />
188+ <waitForText selector =" {{AdminTransactionsGridSection.transactionData('Is Closed')}}" userInput =" No " stepKey =" seeIfClosedHeaderIsSetAsNoForCapture " />
189189 <waitForElementClickable selector =" {{AdminProductFormActionSection.backButton}}" stepKey =" waitForBackButtonToBeClickedFromCapture" />
190190 <click selector =" {{AdminProductFormActionSection.backButton}}" stepKey =" clickBackButtonFromCapture" />
191191 <!-- Verify Refund transaction is present, Closed = Yes -->
You can’t perform that action at this time.
0 commit comments