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');
2424const execSync = cmd => cp . execSync ( cmd , { encoding : 'utf-8' } ) ;
2525const cwd = path . join ( __dirname , '..' ) ;
2626
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' , ( ) => {
2828 it ( 'should generate an image' , async ( ) => {
2929 const stdout = execSync ( 'node ./imagen-generate-image.js' , {
3030 cwd,
@@ -37,12 +37,6 @@ describe('AI platform generate and edit an image using Imagen and check for a wa
3737 } ) ;
3838 assert . match ( stdout , / S a v e d i m a g e o u t p u t 1 .p n g / ) ;
3939 } ) ;
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- } ) ;
4640} ) ;
4741
4842describe ( 'AI platform edit image using Imagen inpainting and outpainting' , ( ) => {
You can’t perform that action at this time.
0 commit comments