Skip to content

Commit

Permalink
fix: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Torrent committed Oct 21, 2021
1 parent b5d12e6 commit b271e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
ITEM_FORM_LINK_INPUT_ID,
ITEM_FORM_DOCUMENT_TEXT_SELECTOR,
ITEM_FORM_APP_URL_ID,
buildItemFormAppOptionId
buildItemFormAppOptionId,
FOLDER_FORM_DESCRIPTION_ID,
} from '../../../src/config/selectors';

Expand Down

0 comments on commit b271e84

Please sign in to comment.