Skip to content

Commit addf433

Browse files
committed
Added first maestro test
1 parent f776107 commit addf433

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

WaiterRobot.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
6666

6767
/* Begin PBXFileSystemSynchronizedRootGroup section */
68+
820AF7402DA1C8E70070B398 /* maestro */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = maestro; sourceTree = "<group>"; };
6869
82416F332D64F80A00B4FCCE /* Targets */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (82416F362D64F84C00B4FCCE /* PBXFileSystemSynchronizedBuildFileExceptionSet */, 82416F372D64F84E00B4FCCE /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Targets; sourceTree = "<group>"; };
6970
82416F762D64F85600B4FCCE /* WaiterRobot */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = WaiterRobot; sourceTree = "<group>"; };
7071
82416FDB2D64F86400B4FCCE /* fastlane */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = fastlane; sourceTree = "<group>"; };
@@ -104,6 +105,7 @@
104105
16C4C84F786E4BF6ABEEB65D = {
105106
isa = PBXGroup;
106107
children = (
108+
820AF7402DA1C8E70070B398 /* maestro */,
107109
AF07F3A2F61F5C483A0AFE65 /* .gitignore */,
108110
42B9ECF0CFED88271A5AF4A0 /* .swiftformat */,
109111
6F409B484C54EA38AF4A71B3 /* Gemfile */,

maestro/Login.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
appId: org.datepollsystems.waiterrobot.beta
2+
---
3+
- clearState
4+
- launchApp
5+
- tapOn: "Login with Qr-Code"
6+
- assertVisible: "To login scan the QR-Code you got from your organization administrator."
7+
- tapOn:
8+
point: 30%, 50%
9+
- tapOn: "Heuriger 2022"
10+
- tapOn: "0"
11+
- assertVisible: "Table A - 0"

0 commit comments

Comments
 (0)