We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaf304 commit ab977a3Copy full SHA for ab977a3
tests/e2e/pageObjects/dialogs/add-redis-database-dialog.ts
@@ -273,14 +273,13 @@ export class AddRedisDatabaseDialog {
273
const removeButton = this.trashIconMsk(certificate);
274
const removeButtonFooter = Selector('[class^=_popoverFooter]');
275
276
- // Открываем поле с сертификатами в зависимости от типа
+
277
if (certificate === TlsCertificates.CA) {
278
await t.click(this.caCertField);
279
} else {
280
await t.click(this.clientCertField);
281
}
282
283
- // Клик по кнопке удаления в строке
284
await t.click(row.find(removeButton));
285
286
// Клик по кнопке в нижнем колонтитуле
0 commit comments