File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
atest/test/01_Browser_Management Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9494 python-version : ${{ matrix.python-version }}
9595 - name : Install Robot Framework Browser
9696 env :
97- VERSION : 0.6 .0
97+ VERSION : 0.7 .0
9898 run : |
9999 pip install "artifacts/robotframework_browser-$VERSION-py3-none-any.whl"
100100 pip install -U robotframework-pabot
Original file line number Diff line number Diff line change 1- VERSION = "0.6 .0"
1+ VERSION = "0.7 .0"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Open Chrome
2727
2828Create Browser does not open a page
2929 Create Browser
30- Run Keyword And Expect Error Tried to do playwright action 'goto', but no open page. Go To ${LOGIN URL }
30+ Run Keyword And Expect Error Tried to do playwright action 'goto', but no open page. Go To ${LOGIN URL }
3131
3232Create Browser does not create a context
3333 Create Browser
@@ -39,7 +39,7 @@ Create Context does not open a page
3939 Run Keyword And Expect Error Tried to do playwright action 'goto', but no open page. Go To ${LOGIN URL }
4040
4141Open Browser opens everything
42- Open Browser url=${FORM URL }
42+ Open Browser url=${FORM URL }
4343 Get Title == prefilled_email_form.html
4444
4545Switch Browser
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "name" : " robotframework-playwright" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .0" ,
44 "main" : " index.ts" ,
55 "author" : " Mikko Korpela <mikko.korpela@gmail.com>" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments