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