Skip to content

Commit

Permalink
fix action group, revert i18n changes
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Charlie committed Nov 27, 2020
1 parent e38122a commit 3b0e854
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 646 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<argument name="identifier" type="string"/>
</arguments>

<amOnPage url="{{AdminCreditMemoViewPage.url}}/{{identifier}}" stepKey="amOnCreditmemoViewPage"/>
<amOnPage url="{{AdminCreditMemoViewPage.url}}{{identifier}}" stepKey="amOnCreditmemoViewPage"/>
<waitForPageLoad stepKey="waitForPageLoad"/>
</actionGroup>
</actionGroups>
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
<severity value="MAJOR"/>
<group value="sales"/>
</annotations>

<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
</before>

<after>
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
</after>
Expand All @@ -30,9 +28,7 @@
</actionGroup>

<waitForPageLoad stepKey="waitForPageLoad"/>

<seeInCurrentUrl url="{{AdminCreditMemosGridPage.url}}" stepKey="redirectToCreditMemosGridPage"/>

<actionGroup ref="AssertAdminPageIs404ActionGroup" stepKey="see404PageOnAdmin"/>
<see selector="{{AdminMessagesSection.error}}" userInput='This creditmemo no longer exists.' stepKey="seeErrorMessage"/>
</test>
</tests>
Loading

0 comments on commit 3b0e854

Please sign in to comment.