mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
5b04d2b064
commit
612a3414d8
1 changed files with 4 additions and 2 deletions
|
@ -74,13 +74,15 @@ describe('<ComponentTemplateEdit />', () => {
|
|||
expect(nameInput.props().disabled).toEqual(true);
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/84906
|
||||
describe.skip('form payload', () => {
|
||||
describe('form payload', () => {
|
||||
it('should send the correct payload with changed values', async () => {
|
||||
const { actions, component, form } = testBed;
|
||||
|
||||
await act(async () => {
|
||||
form.setInputValue('versionField.input', '1');
|
||||
});
|
||||
|
||||
await act(async () => {
|
||||
actions.clickNextButton();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue