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 f73fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit f73fe53

Please sign in to comment.