Skip to content

Commit

Permalink
fix(e2e): fix failing e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jan 22, 2024
1 parent ff66000 commit 534c679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
class="sm:block"
[metadata]="facade.metadata$ | async"
[incomplete]="facade.isIncomplete$ | async"
(keyword)="onInfoKeywordClick($event)"
>
</gn-ui-metadata-info>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

:host ::ng-deep gn-ui-copy-text-button button mat-icon {
transform: scale(0.8);
}
}

0 comments on commit 534c679

Please sign in to comment.