Skip to content

Commit

Permalink
test: using new genome-browser test component in test-app #TASK-4724
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jul 13, 2023
1 parent 2ec394c commit 625889c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/sites/test-app/test-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import "./webcomponents/sample-browser-grid-test.js";
import "./webcomponents/variant-interpreter-grid-test.js";
import "./webcomponents/file-browser-grid-test.js";

import "./webcomponents/genome-browser-test.js";
import "./webcomponents/protein-lollipop-test.js";

import {DATA_FORM_EXAMPLE} from "./conf/data-form.js";
Expand Down Expand Up @@ -746,15 +747,10 @@ class TestApp extends LitElement {
${this.config.enabledComponents["genome-browser"] ? html`
<div class="content" id="genome-browser">
<genome-browser
<genome-browser-test
.opencgaSession="${this.opencgaSession}"
.region="${"1:1000000"}"
.active="${true}"
.config="${{
cellBaseClient: this.cellbaseClient,
featuresOfInterest: []}}"
.tracks="${GENOME_BROWSER_TRACKS_EXAMPLE}">
</genome-browser>
.testDataVersion="${this.testDataVersion}">
</genome-browser-test>
</div>
` : null}
Expand Down

0 comments on commit 625889c

Please sign in to comment.