You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature: Please add the following data-test-subj attributes to the License Management UI to enable functional testing.
Describe a specific use case for the feature: I'm working on these tests in a separate repo where the tests run in VMs and I can move the clock around for expiring licenses and can restore a snapshot to go through different scenarios, so we may not see many of these tests in this repo.
I'll suggest data-test-subj values but certainly open for discussion.
data-test-subj="licenseText" We need to be able to check that this text shows the expected license
data-test-subj="licenseSubText" would be nice to also be able to check this subtext which shows when/if the license will expire
data-test-subj="updateLicenseButton"
data-test-subj="startTrialButton"
data-test-subj="revertToBasicButton"
data-test-subj="extendTrialButton"
data-test-subj="licenseFileUploadLink"
data-test-subj="licenseCancelUploadButton" and data-test-subj="licenseUploadButton"
These buttons already have data-test-subj's
data-test-subj="licenseUploadErrorText
These already have generic data-test-subjs confirmModalCancelButton and confirmModalConfirmButton
The text was updated successfully, but these errors were encountered:
@LeeDr#7 is in EUI and not in control of the code for license management. I think selecting on input of type file should work for that as that is the only file input present.
Describe the feature: Please add the following data-test-subj attributes to the License Management UI to enable functional testing.
Describe a specific use case for the feature: I'm working on these tests in a separate repo where the tests run in VMs and I can move the clock around for expiring licenses and can restore a snapshot to go through different scenarios, so we may not see many of these tests in this repo.
I'll suggest data-test-subj values but certainly open for discussion.
data-test-subj="licenseText"
We need to be able to check that this text shows the expected licensedata-test-subj="licenseSubText"
would be nice to also be able to check this subtext which shows when/if the license will expiredata-test-subj="updateLicenseButton"
data-test-subj="startTrialButton"
data-test-subj="revertToBasicButton"
data-test-subj="extendTrialButton"
data-test-subj="licenseFileUploadLink"
data-test-subj="licenseCancelUploadButton"
anddata-test-subj="licenseUploadButton"
These buttons already have data-test-subj's
data-test-subj="licenseUploadErrorText
These already have generic data-test-subjs confirmModalCancelButton and confirmModalConfirmButton
The text was updated successfully, but these errors were encountered: