Skip to content

Commit

Permalink
magento#20832: MFTF test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Apr 10, 2019
1 parent 7ee12b0 commit 921f7b9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<element name="WelcomeMessage" type="text" selector=".greet.welcome span"/>
<element name="createAnAccountLink" type="select" selector=".panel.header li:nth-child(3)" timeout="30"/>
<element name="notYouLink" type="button" selector=".greet.welcome span a"/>
<element name="customerWelcome" type="text" selector=".panel.header .customer-welcome"/>
<element name="customerWelcomeMenu" type="text" selector=".panel.header .customer-welcome .customer-menu"/>
<element name="customerLogoutLink" type="text" selector=".panel.header .customer-welcome .customer-menu .authorization-link a" timeout="30"/>
<element name="customerWelcome" type="text" selector=".panel.header .greet.welcome"/>
<element name="customerWelcomeMenu" type="text" selector=".panel.header .greet.welcome .customer-menu"/>
<element name="customerLogoutLink" type="text" selector=".panel.header .greet.welcome .customer-menu .authorization-link a" timeout="30"/>
</section>
</sections>

0 comments on commit 921f7b9

Please sign in to comment.