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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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')
})
})