Experiment to fix flaky predefined mapper test. (#4241)

This commit is contained in:
Stan Silvert 2023-01-21 15:33:27 -05:00 committed by GitHub
parent 394593f6f1
commit ba2fc5f4ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,9 +29,7 @@ export default class DedicatedScopesMappersTab extends CommonPage {
addPredefinedMapper() {
this.emptyState().checkIfExists(true);
cy.findByTestId(this.addPredefinedMapperEmptyStateBtn).click({
force: true,
});
cy.findByTestId(this.addPredefinedMapperEmptyStateBtn).click();
return this;
}