Skip to content

Commit

Permalink
AG-1435: add e2e tests for gct pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
hallieswan committed May 2, 2024
1 parent 49839b8 commit d57fc3a
Show file tree
Hide file tree
Showing 10 changed files with 1,270 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ <h1 class="gct-heading h2">Gene Comparison Tool</h1>
<div *ngIf="genesTable.filteredValue?.length">
<button
class="pin-all-button"
[disabled]="pinnedGenes.length >= maxPinnedGenes"
[ngClass]="{
disabled: pinnedGenes.length >= maxPinnedGenes
}"
Expand Down Expand Up @@ -459,6 +460,7 @@ <h1 class="gct-heading h2">Gene Comparison Tool</h1>
<div>
<button
(click)="pinGene(gene)"
[disabled]="pinnedGenes.length >= maxPinnedGenes"
[ngClass]="{
disabled: pinnedGenes.length >= maxPinnedGenes
}"
Expand Down
Loading

0 comments on commit d57fc3a

Please sign in to comment.