Skip to content

Commit

Permalink
fix(testing): adjust text and heading contains command
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed May 5, 2022
1 parent 646204c commit d8035d3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ export class Heading {
<Host>
<Heading
class={{
'data-test-heading': true,
'title': this.subtitle === false,
'subtitle': this.subtitle === true,
title: this.subtitle === false,
subtitle: this.subtitle === true,
[this.spacing]: true,
[this.fontSize]: true,
[this.fontColor]: true,
Expand Down

0 comments on commit d8035d3

Please sign in to comment.