NEW
This commit is contained in:
15
frontend/cypress/e2e/1_general/first_page.cy.js
Normal file
15
frontend/cypress/e2e/1_general/first_page.cy.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
|
||||
describe('example to-do app', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('http://localhost:5173')
|
||||
})
|
||||
|
||||
it('Test Name', () => {
|
||||
cy.get('.nav').contains('HERDE')
|
||||
})
|
||||
|
||||
|
||||
|
||||
})
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
BIN
frontend/cypress/videos/first_page.cy.js.mp4
Normal file
BIN
frontend/cypress/videos/first_page.cy.js.mp4
Normal file
Binary file not shown.
Reference in New Issue
Block a user