Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3eLd-004unr-53 for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Nov 2023 15:32:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r3eLb-007Uri-JX for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Nov 2023 15:32:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3eLb-007UrY-AJ for pgadmin-hackers@lists.postgresql.org; Thu, 16 Nov 2023 15:32:03 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3eLY-005sYl-Mb for pgadmin-hackers@lists.postgresql.org; Thu, 16 Nov 2023 15:32:01 +0000 Received: from github.com (hubbernetes-node-910bf76.ac4-iad.github.net [10.52.153.34]) by smtp.github.com (Postfix) with ESMTPA id 948F87009E3 for ; Thu, 16 Nov 2023 07:31:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700148719; bh=EzyZEHM3qgI7shmJnXMEmC9NQVTvBCiDNk1sH0+zc2w=; h=Date:From:To:Subject:From; b=dr4sTUkFxeaDvo/gbU2rbWlk7LV0/8vBMQtGMpAFgGmnAFw8a8IGtbU+vL+Ef/s33 0P+rIlJv9I5L/xak1Ur1hTcF5/ELOCYHPJVNKAu5YTJy90V5w0ZnfO58TUr33ZaIsE U2CkrFouj94qN2gdUQYp15Fha/66OFobTJY0NPd8= Date: Thu, 16 Nov 2023 07:31:59 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 035829: Fix failing feature tests Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0358298090c9b1edc5cd7df173d688b40b1627a5 https://github.com/pgadmin-org/pgadmin4/commit/0358298090c9b1edc5cd7df173d688b40b1627a5 Author: Aditya Toshniwal Date: 2023-11-16 (Thu, 16 Nov 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/static/js/server.js Log Message: ----------- Fix failing feature tests