fix(basic.gbapp): AS IMAGE testing.

This commit is contained in:
Rodrigo Rodriguez 2023-08-13 18:42:50 -03:00
parent e841d80dc3
commit 3fb4d814dd

View file

@ -251,7 +251,7 @@ export class SystemKeywords {
// Includes the associated CSS related to current theme. // Includes the associated CSS related to current theme.
const theme: string = await DialogKeywords.getOption({ pid, name: 'theme' }); const theme: string = await DialogKeywords.getOption({ pid, name: 'theme', root: true });
switch (theme) { switch (theme) {
case 'white': case 'white':
await page.addStyleTag({ path: 'node_modules/tabulator-tables/dist/css/tabulator_simple.min.css' }); await page.addStyleTag({ path: 'node_modules/tabulator-tables/dist/css/tabulator_simple.min.css' });