File tree Expand file tree Collapse file tree 2 files changed +1
-93
lines changed Expand file tree Collapse file tree 2 files changed +1
-93
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const cp = require('child_process');
24
24
const execSync = cmd => cp . execSync ( cmd , { encoding : 'utf-8' } ) ;
25
25
const cwd = path . join ( __dirname , '..' ) ;
26
26
27
- describe ( 'AI platform generate and edit an image using Imagen and check for a watermark ' , ( ) => {
27
+ describe ( 'AI platform generate and edit an image using Imagen' , ( ) => {
28
28
it ( 'should generate an image' , async ( ) => {
29
29
const stdout = execSync ( 'node ./imagen-generate-image.js' , {
30
30
cwd,
@@ -37,12 +37,6 @@ describe('AI platform generate and edit an image using Imagen and check for a wa
37
37
} ) ;
38
38
assert . match ( stdout , / S a v e d i m a g e o u t p u t 1 .p n g / ) ;
39
39
} ) ;
40
- it ( 'should verify that an image contains a watermark' , async ( ) => {
41
- const stdout = execSync ( 'node ./imagen-verify-image-watermark.js' , {
42
- cwd,
43
- } ) ;
44
- assert . match ( stdout , / A C C E P T / ) ;
45
- } ) ;
46
40
} ) ;
47
41
48
42
describe ( 'AI platform edit image using Imagen inpainting and outpainting' , ( ) => {
You can’t perform that action at this time.
0 commit comments