Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Sep 14, 2023
1 parent 4df6ec1 commit 42fc2a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['common', 'svlCommonPage']);

describe.only('Field formats example', function () {
describe('Field formats example', function () {
before(async () => {
// TODO: Serverless tests require login first
await PageObjects.svlCommonPage.login();
Expand Down

0 comments on commit 42fc2a6

Please sign in to comment.