Skip to content

Commit

Permalink
Refresh sandbox after style tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel committed Jun 8, 2024
1 parent 5e49671 commit b423eef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/components/style/bo-scoped-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ await paint();

assert(getComputedStyle(p).fontStyle != 'italic');
assert(getComputedStyle(innerP).fontStyle == 'italic');

export const refresh = true
2 changes: 2 additions & 0 deletions test/components/style/bo-shadowless-in-shadow.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ await paint();

assert(getComputedStyle(p).fontStyle != 'italic');
assert(getComputedStyle(innerP).fontStyle == 'italic');

export const refresh = true
2 changes: 2 additions & 0 deletions test/components/style/bo-shadowless.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ document.body.append(element, p);
await paint();

assert(getComputedStyle(p).fontStyle == 'italic');

export const refresh = true

0 comments on commit b423eef

Please sign in to comment.