@@ -34,7 +34,7 @@ describe('Overall Application Tests', () => {
3434 cy . visit ( 'http://localhost:3000/translator' ) ;
3535
3636 // Test page structure and initial elements
37- cy . contains ( 'h2' , 'Sign Language Recognizer' ) . should ( 'be.visible' ) ;
37+ cy . contains ( 'h2' , 'Sign Language Recognizer (ASL) ' ) . should ( 'be.visible' ) ;
3838 cy . get ( '.recognizer-status-key' ) . should ( 'be.visible' ) ;
3939 // cy.get('.recognizer-banner p').should('contain', 'Swipe your hand in the camera to switch models');
4040 cy . get ( '.recognizer-camera-container' ) . should ( 'be.visible' ) ;
@@ -134,7 +134,7 @@ describe('Overall Application Tests', () => {
134134
135135 it ( 'should display all required UI elements' , ( ) => {
136136 // Header and title
137- cy . get ( '.recognizer-title' ) . should ( 'contain' , 'Sign Language Recognizer' ) ;
137+ cy . get ( '.recognizer-title' ) . should ( 'contain' , 'Sign Language Recognizer (ASL) ' ) ;
138138 cy . get ( '.recognizer-title-icon' ) . should ( 'have.class' , 'fas' ) ;
139139
140140 // Banner
@@ -279,7 +279,7 @@ describe('Overall Application Tests', () => {
279279
280280 it ( 'should display translator page after real authentication' , ( ) => {
281281 // Test core elements that should be visible
282- cy . get ( '.recognizer-title' ) . should ( 'contain' , 'Sign Language Recognizer' ) ;
282+ cy . get ( '.recognizer-title' ) . should ( 'contain' , 'Sign Language Recognizer (ASL) ' ) ;
283283 cy . get ( '.recognizer-status-key-column' ) . should ( 'be.visible' ) ;
284284 cy . get ( 'video.recognizer-video' ) . should ( 'be.visible' ) ;
285285 // cy.get('.recognizer-live-indicator').should('be.visible');
0 commit comments