Skip to content

Commit

Permalink
Updated robotframework-maven-plugin to 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiparvu committed Oct 25, 2018
1 parent 936db51 commit 34feb6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.4.5</version>
<version>1.4.7</version>
<executions>
<execution>
<goals>
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/robot-tests/dialog.robot
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ Select Dialog
[Setup] openTestDialog
selectDialog ${dialogTitle}
${context}= getCurrentContextSourceAsString
contains ${context} Dialog
shouldContain ${context} Dialog
[Teardown] closeTestDialog

Select Dialog Using RegExp
[Setup] openTestDialog
selectDialog regexp=M.s{2}a.*
${context}= getCurrentContextSourceAsString
contains ${context} Dialog
shouldContain ${context} Dialog
[Teardown] closeTestDialog

Select Dialog Using RegExp Without Prefix Should Fail
[Setup] openTestDialog
selectDialog regexp=M.s{2}a.*
${context}= getCurrentContextSourceAsString
contains ${context} Dialog
shouldContain ${context} Dialog
select main window
run keyword and expect error Dialog with name or title 'M.s{2}a.* selectDialog M.s{2}a.*
[Teardown] closeTestDialog
Expand Down

0 comments on commit 34feb6a

Please sign in to comment.