Skip to content

Commit 450afc6

Browse files
committed
refactor(tests): remove internal ticket reference from wizard e2e test
Remove WPP-1201 ticket reference from test.describe() to avoid exposing internal project context in public repository.
1 parent 22df49b commit 450afc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/wizard-setup.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const SEL = {
2929
wizardWrap: '.cld-wizard',
3030
};
3131

32-
test.describe( 'Cloudinary wizard setup (WPP-1201)', () => {
32+
test.describe( 'Cloudinary wizard setup', () => {
3333
test.beforeEach( async ( { context } ) => {
3434
// Clear server-side state via WP-CLI.
3535
resetCloudinaryConnection();

0 commit comments

Comments
 (0)