Skip to content

Commit b42c06c

Browse files
toklumppclaude
andcommitted
test(e2e): Remove emoji from Gen AI navigation test log statement
Remove emoji character from cy.log statement to maintain consistent code style without decorative characters. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 6a6ba3e commit b42c06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cypress/cypress/tests/e2e/gen-ai/testGenAiNavigation.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ describe('Gen AI Navigation - User Journey Tests', () => {
271271
aiAssets.findPageDescription().should('be.visible');
272272

273273
cy.step('Verify direct link sharing enables effective team collaboration');
274-
cy.log('Team collaboration via direct links is functional');
274+
cy.log('Team collaboration via direct links is functional');
275275
},
276276
);
277277

0 commit comments

Comments
 (0)