Skip to content
Snippets Groups Projects

Draft: Issue/2291 end to end tests4 project creation

Closed Kimia Beheshti requested to merge Issue/2291-E2ETests4ProjectCreation into dev
1 unresolved thread
Files
9
+ 5
0
describe('Create a new project', () => {
it('visit first page', () => {
cy.visit('https://d-sp10.devlef.campus.rwth-aachen.de/')
})
})
\ No newline at end of file
Loading