1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-15 23:56:40 -04:00
ray/dashboard/tests/cypress/e2e/test_render.cy.js

7 lines
157 B
JavaScript
Raw Normal View History

describe('Ray Dashboard Test', () => {
it('opens a new Ray dashboard', () => {
cy.visit('localhost:8653')
cy.contains('Ray')
})
})