remove separate ui service, serve ui with backend
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
11
ui/tests/e2e/example.ts
Normal file
11
ui/tests/e2e/example.ts
Normal file
@ -0,0 +1,11 @@
|
||||
describe('My First Test', function () {
|
||||
before((browser) => {
|
||||
browser.init()
|
||||
})
|
||||
|
||||
it('visits the app root url', function () {
|
||||
browser.assert.textContains('h1', 'You did it!')
|
||||
})
|
||||
|
||||
after((browser) => browser.end())
|
||||
})
|
||||
Reference in New Issue
Block a user