* Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			417 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			417 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
appId: xyz.blueskyweb.app
 | 
						|
---
 | 
						|
- runScript:
 | 
						|
    file: ../setupServer.js
 | 
						|
    env:
 | 
						|
        SERVER_PATH: "?users"
 | 
						|
- runFlow:
 | 
						|
    file: ../setupApp.yml
 | 
						|
- tapOn:
 | 
						|
    id: "e2eSignInAlice"
 | 
						|
 | 
						|
# Navigate to another user profile via autocomplete
 | 
						|
- tapOn:
 | 
						|
    id: "bottomBarSearchBtn"
 | 
						|
- tapOn:
 | 
						|
    id: "searchTextInput"
 | 
						|
- inputText: "b"
 | 
						|
- tapOn:
 | 
						|
    id: "searchAutoCompleteResult-bob.test"
 | 
						|
- assertVisible:
 | 
						|
    id: "profileView"
 | 
						|
 |