test(frontend): Add goto(root)
This commit is contained in:
		
							parent
							
								
									f75dcd988d
								
							
						
					
					
						commit
						89eba4f9a0
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -1,6 +1,8 @@ | |||
| import { test, expect } from '@playwright/test'; | ||||
| 
 | ||||
| test('Teacher can create new assignment', async ({ page }) => { | ||||
|     await page.goto("/") | ||||
| 
 | ||||
|     // Login
 | ||||
|     await page.getByRole("link", { name: "log in" }).click(); | ||||
|     await page.getByRole("button", { name: "teacher" }).click(); | ||||
|  |  | |||
		Reference in a new issue