Skip to content

Commit

Permalink
Remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
shefalijoshi committed Nov 20, 2023
1 parent 277922a commit 23f82d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/yamcs/limits.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MDB Limits Specific Tests
const { test, expect } = require('../opensource/pluginFixtures');
const { createDomainObjectWithDefaults, waitForPlotsToRender } = require('../opensource/appActions');

test.describe.only("Mdb runtime limits tests @yamcs", () => {
test.describe("Mdb runtime limits tests @yamcs", () => {

test.beforeEach(async ({page}) => {
// Go to baseURL
Expand Down

0 comments on commit 23f82d9

Please sign in to comment.