Skip to content

Commit

Permalink
LRQA-26943 Move the pause command into closePortalLocalizationWarning…
Browse files Browse the repository at this point in the history
… macro
  • Loading branch information
Hanlf authored and brianchandotcom committed Aug 10, 2016
1 parent 9e1a3c4 commit aeff11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
</and>
<then>
<execute function="Click" locator1="Icon#CLOSE" />

<execute function="Pause" locator1="2000" />
</then>
</if>
</command>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,6 @@
<var name="url" value="http://localhost:8080/fr/web/site-name/language-page" />
</execute>

<execute function="Pause" locator1="2000" />

<execute macro="Alert#closePortalLocalizationWarning" />

<execute function="AssertLocation" value1="http://localhost:8080/en/web/site-name/language-page" />
Expand All @@ -696,8 +694,6 @@

<execute macro="Alert#closePortalLocalizationWarning" />

<execute function="Pause" locator1="2000" />

<execute function="AssertLocation" value1="http://localhost:8080/en/web/guest" />

<execute macro="User#loginPG">
Expand Down

0 comments on commit aeff11a

Please sign in to comment.