File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- ASSET_PREFIX = https://review. neuralmagic.com /guidellm-ui /dev/_next
2- BASE_PATH = /guidellm-ui/ dev
1+ ASSET_PREFIX = https://neuralmagic.github.io /guidellm/dev
2+ BASE_PATH = /dev
33NEXT_PUBLIC_FEATURES = {"blocks":{"workloadDetails":false,"costSection":false}}
44NEXT_PUBLIC_USE_MOCK_API = true
Original file line number Diff line number Diff line change 1- ASSET_PREFIX = https://guidellm.neuralmagic.com
1+ ASSET_PREFIX = https://neuralmagic.github.io/guidellm/prod
2+ BASE_PATH = /prod
Original file line number Diff line number Diff line change 1- ASSET_PREFIX = https://staging.guidellm.neuralmagic.com
1+ ASSET_PREFIX = https://neuralmagic.github.io/guidellm/staging
2+ BASE_PATH = /staging
Original file line number Diff line number Diff line change 11describe ( 'Check if text exists on the page' , ( ) => {
22 it ( 'should find the text on the page' , ( ) => {
33 cy . visit ( 'http://localhost:3000' ) ; // Replace with your dev server URL
4- cy . contains ( 'nm-vllm LLM Guidance ' ) . should ( 'exist' ) ; // Replace with the text you're checking for
4+ cy . contains ( 'Guidellm ' ) . should ( 'exist' ) ; // Replace with the text you're checking for
55 } ) ;
66} ) ;
You can’t perform that action at this time.
0 commit comments