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
3
3
NEXT_PUBLIC_FEATURES = {"blocks":{"workloadDetails":false,"costSection":false}}
4
4
NEXT_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 1
1
describe ( 'Check if text exists on the page' , ( ) => {
2
2
it ( 'should find the text on the page' , ( ) => {
3
3
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
5
5
} ) ;
6
6
} ) ;
You can’t perform that action at this time.
0 commit comments