mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
![]() |
describe('Ray Dashboard Test', () => {
|
||
|
it('opens a new Ray dashboard', () => {
|
||
|
cy.visit('localhost:8653')
|
||
|
cy.contains('Ray')
|
||
|
})
|
||
|
})
|