Skip to content

Commit

Permalink
Merge pull request cBioPortal#4781 from alisman/fxImport
Browse files Browse the repository at this point in the history
Fix spec import that is currently breaking local db test report
  • Loading branch information
alisman authored Nov 20, 2023
2 parents 96b79a8 + aa38eea commit 82f8467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-test/local/specs/struct-var-table.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var assert = require('assert');
var goToUrlAndSetLocalStorageWithProperty = require('../../../shared/specUtils')
var goToUrlAndSetLocalStorageWithProperty = require('../../shared/specUtils')
.goToUrlAndSetLocalStorageWithProperty;
var waitForStudyView = require('../../shared/specUtils').waitForStudyView;

Expand Down

0 comments on commit 82f8467

Please sign in to comment.