fix(basic.gbapp): AS IMAGE testing.
This commit is contained in:
parent
e42140eba7
commit
7d00bf17de
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ export class SystemKeywords {
|
|||
}
|
||||
|
||||
await browser.close();
|
||||
return [url, localName];
|
||||
return {url, localName};
|
||||
}
|
||||
|
||||
public async asPDF({ pid, data }) {
|
||||
|
|
Loading…
Add table
Reference in a new issue