@@ -75,7 +75,7 @@ describe('Tests for sdk versionID on image tag', () => {
75
75
76
76
it ( 'creates an img without a feature- resulting in 0' , ( ) => {
77
77
const img = des . children [ 0 ] . nativeElement as HTMLImageElement ;
78
- expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/sample?_a=AKE9NAH0 ' ) ;
78
+ expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/sample?_a=AKHZdAH0 ' ) ;
79
79
} ) ;
80
80
} ) ;
81
81
@@ -109,7 +109,7 @@ describe('Tests for sdk versionID on image tag', () => {
109
109
110
110
it ( 'creates an img with feature accessibility D' , ( ) => {
111
111
const img = des . children [ 0 ] . nativeElement as HTMLImageElement ;
112
- expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/e_tint:75:black/sample?_a=AKE9NAHD ' ) ;
112
+ expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/e_tint:75:black/sample?_a=AKHZdAHD ' ) ;
113
113
} ) ;
114
114
} ) ;
115
115
@@ -145,7 +145,7 @@ describe('Tests for sdk versionID on image tag', () => {
145
145
146
146
it ( 'creates an img with feature responsive A' , ( ) => {
147
147
const img = des . children [ 0 ] . nativeElement as HTMLImageElement ;
148
- expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/sample?_a=AKE9NAHA ' ) ;
148
+ expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/sample?_a=AKHZdAHA ' ) ;
149
149
} ) ;
150
150
} ) ;
151
151
describe ( 'Placeholder with urlAnalytics set to true' , async ( ) => {
@@ -176,11 +176,11 @@ describe('Tests for sdk versionID on image tag', () => {
176
176
} ) ) ;
177
177
it ( 'placeholder img should encode with B' , async ( ) => {
178
178
const placeholderimg = placeholder [ 0 ] . children [ 0 ] . nativeElement as HTMLImageElement ;
179
- expect ( placeholderimg . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/e_blur:2000,f_auto,q_1/sample?_a=AKE9NAHB ' ) ;
179
+ expect ( placeholderimg . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/e_blur:2000,f_auto,q_1/sample?_a=AKHZdAHB ' ) ;
180
180
} ) ;
181
181
it ( 'original img should encode with 0' , async ( ) => {
182
182
const img = des [ 0 ] . children [ 0 ] . nativeElement as HTMLImageElement ;
183
- expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/sample?_a=AKE9NAH0 ' ) ;
183
+ expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/sample?_a=AKHZdAH0 ' ) ;
184
184
} ) ;
185
185
} ) ;
186
186
describe ( 'Lazy-load with urlAnalytics set to true' , async ( ) => {
@@ -211,7 +211,7 @@ describe('Tests for sdk versionID on image tag', () => {
211
211
const wait = ( ms ) => new Promise ( res => setTimeout ( res , ms ) ) ;
212
212
await wait ( 300 ) ;
213
213
const img = des [ 0 ] . children [ 0 ] . nativeElement as HTMLImageElement ;
214
- expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/sample?_a=AKE9NAHC ' ) ;
214
+ expect ( img . attributes . getNamedItem ( 'src' ) . value ) . toEqual ( 'http://res.cloudinary.com/@@fake_angular_sdk@@/image/upload/sample?_a=AKHZdAHC ' ) ;
215
215
} ) ;
216
216
} ) ;
217
217
} ) ;
0 commit comments