test: Test the intro flow.
This commit is contained in:
		| @@ -80,6 +80,15 @@ try: | ||||
| 	select(driver, ['tf-auth', 'shadow_root', '#loginButton'], ('click',)) | ||||
| 	select(driver, ['#document', 'frame', '=identity']) | ||||
|  | ||||
| 	driver.get('http://localhost:8888/') | ||||
| 	select(driver, ['#document', 'frame', '//button[text()="Next"]'], ('click',)) | ||||
| 	select(driver, ['#document', 'frame', '//button[text()="Onward"]'], ('click',)) | ||||
| 	select(driver, ['#document', 'frame', '//button[text()="Got It"]'], ('click',)) | ||||
| 	select(driver, ['#document', 'frame', '//button[text()="Okay"]'], ('click',)) | ||||
| 	select(driver, ['#document', 'frame', '//button[text()="Let\'s Go!"]'], ('click',)) | ||||
| 	select(driver, ['//button[text()="✅ Allow"]'], ('click',)) | ||||
| 	select(driver, ['#document', 'frame', 'tf-app', 'shadow_root', '#tf-tab-news', 'shadow_root', '#tf-compose', 'shadow_root', '#edit'], ('send_keys', 'We made it to the ssb app.')) | ||||
|  | ||||
| 	driver.get('http://localhost:8888/~core/admin/') | ||||
| 	select(driver, ['#document', 'frame', '#gs_room_name'], ('send_keys', 'test room')) | ||||
| 	select(driver, ['#document', 'frame', '//*[@id="gs_room_name"]/following-sibling::button'], ('click',)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user