AutocompleteSnippets
61 when autocomplete-plus is enabled
62 it expands the snippet on confirm
63 Expected 'console.log("ohai");
64Do' to contain '} while (true)'.
65 at jasmine.Spec.<anonymous> (C:\projects\autocomplete-snippets\spec\autocomplete-snippets-spec.js:78:34)
66
Resolution
Fixed the test, by properly waiting for autocomplete to appear.
Problem
Lately this test has been failing
Resolution
Fixed the test, by properly waiting for autocomplete to appear.