We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7006a96 commit beac203Copy full SHA for beac203
app/code/Magento/Shipping/Test/Mftf/Test/AdminOpenShipmentViewPageWithWrongShipmentIdTest.xml
@@ -16,11 +16,9 @@
16
<severity value="MAJOR"/>
17
<group value="shipping"/>
18
</annotations>
19
-
20
<before>
21
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
22
</before>
23
24
<after>
25
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
26
</after>
@@ -30,9 +28,7 @@
30
28
</actionGroup>
31
29
32
<waitForPageLoad stepKey="waitForPageLoad"/>
33
34
<seeInCurrentUrl url="{{AdminShipmentsGridPage.url}}" stepKey="redirectToShipmentsGridPage"/>
35
36
<see selector="{{AdminMessagesSection.error}}" userInput='This shipment no longer exists.'
37
stepKey="seeErrorMessage"/>
38
</test>
0 commit comments