Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed Jun 6, 2024
1 parent 40faf0b commit cb88996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions end-to-end-test/remote/specs/core/comparisonTab.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const sampleGroupNameInputField = '[data-test="sampleGroupNameInputField"]';
const dataTestSampleGroupNameSubmitButton =
'[data-test="sampleGroupNameSubmitButton"]';

describe.only('results view comparison tab venn diagram tests', function() {
describe('results view comparison tab venn diagram tests', function() {
describe('create new group tests', function() {
before(async function() {
// await browser.debug()
Expand Down Expand Up @@ -230,7 +230,7 @@ describe.only('results view comparison tab venn diagram tests', function() {
});
});

describe.only('results view comparison tab upset diagram tests', function() {
describe('results view comparison tab upset diagram tests', function() {
describe('create new group tests', function() {
before(async function() {
await goToUrlAndSetLocalStorage(
Expand Down

0 comments on commit cb88996

Please sign in to comment.