mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

Add UsageStats alert to new dashboard Update wording of "back to legacy dashboard", "try new dashboard" buttons Signed-off-by: Alan Guo aguo@anyscale.com
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
describe('Ray Dashboard Test', () => {
|
|
it('opens a new Ray dashboard', () => {
|
|
cy.visit('localhost:8653')
|
|
cy.contains('Ray')
|
|
})
|
|
})
|