Skip to content
Snippets Groups Projects
Commit 1a16f1ab authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Double skip

parent beba9371
No related branches found
No related tags found
1 merge request!1189Resolve TMSS-2810 "Skip legacy schedules"
...@@ -193,6 +193,8 @@ describe('Scheduling Units Excel View create page with an observation strategy t ...@@ -193,6 +193,8 @@ describe('Scheduling Units Excel View create page with an observation strategy t
test.each(OBSERVATION_STRATEGY_TEMPLATES)(`Checks column types for template '$name: $purpose, $state, v$version'`, async (observationStrategy) => { test.each(OBSERVATION_STRATEGY_TEMPLATES)(`Checks column types for template '$name: $purpose, $state, v$version'`, async (observationStrategy) => {
if (skipper(observationStrategy)) return true;
await setSchedulingUnitStrategy(observationStrategy, pageContent); await setSchedulingUnitStrategy(observationStrategy, pageContent);
await waitFor(() => expect(pageContent.queryByTestId('select-multiple-su-input')).toBeInTheDocument()); await waitFor(() => expect(pageContent.queryByTestId('select-multiple-su-input')).toBeInTheDocument());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment