We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5496a71 commit 1290b8bCopy full SHA for 1290b8b
ui/tests/acceptance/enterprise-replication-test.js
@@ -89,7 +89,7 @@ module('Acceptance | Enterprise | replication', function (hooks) {
89
await fillIn('[data-test-replication-secondary-id]', secondaryName);
90
91
await click('#deny');
92
- await clickTrigger('#paths');
+ await clickTrigger();
93
await searchSelect.options.objectAt(0).click();
94
const mountPath = find('[data-test-selected-option="0"]').innerText?.trim();
95
await click('[data-test-secondary-add]');
0 commit comments