Skip to content

Commit

Permalink
Merge 4e9e981 into 8757960
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfe1 committed Jun 10, 2022
2 parents 8757960 + 4e9e981 commit 6a9d4cb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 31 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.github.*
26 changes: 8 additions & 18 deletions .github/workflows/broken-links-crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,14 @@ on:
branches:
- master
jobs:
check_broken_links:
linkChecker:
runs-on: ubuntu-latest
steps:
- name: Check for broken links
id: link-report
uses: celinekurpershoek/github-actions-link-checker@v1.0.0
- uses: actions/checkout@v3

- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.0
with:
# Which website to check
url: https://accruent.github.io/robotframework-zoomba/
ignorePatterns: 'github,google,githubusercontent'
- name: Check for broken links
id: link-report_2
uses: celinekurpershoek/github-actions-link-checker@v1.0.0
with:
# Which website to check
url: https://github.com/Accruent/robotframework-zoomba/blob/master/docs/README.md
ignorePatterns: 'github,google,githubusercontent'
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"
- name: Get the result 2
run: echo "${{steps.link-report_2.outputs.result}}"
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions docs/APILibraryDocumentation.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/DesktopLibraryDocumentation.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/GUILibraryDocumentation.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/MobileLibraryDocumentation.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/SOAPLibraryDocumentation.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions test/Mobile/AndroidMobileTests.robot
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ Drag and Drop By Offset Keyword Test
Wait For And Click Element accessibility_id=Search
Wait For And Input Text com.touchboarder.android.api.demos:id/search_src_text drag
wait for and click text Graphics/Shadow Card Drag
${location1}= Get Element Location com.touchboarder.android.api.demos:id/card
Drag and Drop By Offset com.touchboarder.android.api.demos:id/card 100 100
# Not sure why here but it moves 150 pixels rather than 100...may be limitation of testing app
${location}= Get Element Location com.touchboarder.android.api.demos:id/card
Should Be Equal "${location}" "{'x': 150, 'y': 310}"
${location2}= Get Element Location com.touchboarder.android.api.demos:id/card
Should Not Be Equal "${location2}" "${location1}"

Wait Until Element Contains
Wait For And Click Element accessibility_id=Search
Expand Down

0 comments on commit 6a9d4cb

Please sign in to comment.