Experiment to fix flaky predefined mapper test. (#4241)
This commit is contained in:
parent
394593f6f1
commit
ba2fc5f4ec
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@ export default class DedicatedScopesMappersTab extends CommonPage {
|
||||||
|
|
||||||
addPredefinedMapper() {
|
addPredefinedMapper() {
|
||||||
this.emptyState().checkIfExists(true);
|
this.emptyState().checkIfExists(true);
|
||||||
cy.findByTestId(this.addPredefinedMapperEmptyStateBtn).click({
|
cy.findByTestId(this.addPredefinedMapperEmptyStateBtn).click();
|
||||||
force: true,
|
|
||||||
});
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue