grabs it from constants, a newly created file in utils
always references the const to avoid any issues
any future data-test-id references should be done through the const. The annoying thing this fixes is the 'html' way which requires custom attributes to go through 'data-*' - which is has led to inconsitenties when some objects passed it around as dataTestId.
any future data-test-id references should be done through the const. The annoying thing this fixes is the 'html' way which requires custom attributes to go through 'data-*' - which is has led to inconsitenties when some objects passed it around as dataTestId.