+// Search for the permission you want to add.
+
+//
+//
+// `
+// module = new GOVUK.Modules.AccessibleAutocomplete(component)
+// module.init()
+// })
+
+// it('updates the value of the select element when selected via the autocomplete element', function () {
+// const autocompleteInput = component.querySelector('.autocomplete__input')
+// autocompleteInput.value = 'per'
+
+// // not found
+// const firstAutocompleteListItem = component.querySelector('#new_permission_id__option--0')
+// firstAutocompleteListItem.click()
+
+// const selectInput = component.querySelector('select')
+// expect(selectInput.value).toBe(1)
+// })
+
+// // it('resets the value of the select element when the value of the autocomplete element no longer matches', function () {
+
+// // })
+
+// // it('clears the value of the select and autocomplete elements when clicking the clear button', function () {
+
+// // })
+// })