Skip to content

TTN-23587 changed the bare minimum to make the tests executable #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# macOS system files
.DS_Store
.AppleDouble
.LSOverride

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
9 changes: 4 additions & 5 deletions Tests/AndroidIosWeb.robot
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ ${TIMEOUT} 3000
Example of connecting to Lambdatest via Robot Framework
[Timeout] ${TIMEOUT}
Go To URL https://mfml.in/api/getInfo
Sleep 10 seconds
Click element id=resolution
Click element id=location
Click element id=details
Click element id=timezone
Execute Script document.getElementById('resolution').click();
Execute Script document.getElementById('location').click();
Execute Script document.getElementById('details').click();
Execute Script document.getElementById('timezone').click();
85 changes: 0 additions & 85 deletions output.xml

This file was deleted.