Skip to content

Commit

Permalink
Skip a broken test for study where protein profile recently added
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Jun 21, 2021
1 parent d348f57 commit 81a4461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-test/remote/specs/core/home.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ describe('results page quick oql edit', () => {
);
});

it('gives a submit error if protein oql is inputted and no protein profile is available for the study', () => {
it.skip('gives a submit error if protein oql is inputted and no protein profile is available for the study', () => {
browser.waitForExist('[data-test="oqlQuickEditButton"]', 20000);
browser.click('[data-test="oqlQuickEditButton"]');

Expand Down

0 comments on commit 81a4461

Please sign in to comment.