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