fix(basic.gbapp): AS IMAGE testing.
This commit is contained in:
parent
f273de730b
commit
fbeb2b9172
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ export class SystemKeywords {
|
|||
|
||||
// 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) {
|
||||
case 'white':
|
||||
await page.addStyleTag({ path: 'node_modules/tabulator-tables/dist/css/tabulator_simple.min.css' });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue