MCPcopy
hub / github.com/bugy/script-server / assertNoSelection

Function assertNoSelection

web-src/tests/unit/combobox_test.js:88–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 function assertNoSelection() {
89 expect(comboBox.vm.value).toBeNull();
90 expect(comboBox.get('.selected').text()).toBe('Choose your option');
91 expect(findSelectedOptions()).toHaveLength(1);
92 }
93
94 describe('Test config', function () {
95

Callers 1

combobox_test.jsFile · 0.85

Calls 2

findSelectedOptionsFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected