Skip to content

Commit

Permalink
Test progression
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Oct 20, 2022
1 parent 6ee6c39 commit eb104b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/tests/integration/components/job-editor-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ module('Integration | Component | job-editor', function (hooks) {
};

const planJob = async (spec) => {
await this.pauseTest();

await Editor.editor.fillIn(spec);
await Editor.plan();
};
Expand All @@ -122,7 +120,7 @@ module('Integration | Component | job-editor', function (hooks) {
await componentA11yAudit(this.element, assert);
});

test.only('submitting a json job skips the parse endpoint', async function (assert) {
test('submitting a json job skips the parse endpoint', async function (assert) {
const spec = jsonJob();
const job = await this.store.createRecord('job');

Expand Down

0 comments on commit eb104b6

Please sign in to comment.