Skip to content

Commit

Permalink
disable inputs instead of rendering text
Browse files Browse the repository at this point in the history
  • Loading branch information
szwarckonrad committed Oct 13, 2023
1 parent d33ebe6 commit fbb8a7b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@ export const getPolicySettingsFormTestSubjects = (
};

export const expectIsViewOnly = (ele: HTMLElement): void => {
// expect(
// ele.querySelectorAll(
// 'button:not(.euiLink, [data-test-subj*="advancedSection-showButton"]),input,select,textarea'
// )
// ).toHaveLength(0);
ele
.querySelectorAll(
'button:not(.euiLink, [data-test-subj*="advancedSection-showButton"]),input,select,textarea'
Expand Down

0 comments on commit fbb8a7b

Please sign in to comment.