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 1qqWxw-00Apx4-T9 for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 11:01:25 +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 1qqWxu-00EyWO-Qd for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 11:01:23 +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 1qqWxu-00EyWG-C5 for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 11:01:23 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqWxr-00173q-Mx for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 11:01:22 +0000 Received: from github.com (hubbernetes-node-ec6cc48.va3-iad.github.net [10.48.14.74]) by smtp.github.com (Postfix) with ESMTPA id 5BFA18C08BF for ; Wed, 11 Oct 2023 04:01:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697022078; bh=0K6r82xvoT1y7TPZsj5J8fFYIuwIeJO7FuJSYDCNtd0=; h=Date:From:To:Subject:From; b=SC5MWTzooK7M1EOMO2/ec+R77KjTQ9OHDRg2J33ESJ87QnUgnEtpOxwQLPUCyTyvw rxBMyrVFXHTFKyHvA0c4Rw2A6xU1OrE2bG3VvA+EDq3BrQ7yYKxT9dl7rI4Y1LTBTi 1tgwlvsijZzECil9IK+NLHFU/aoWWT3ptVMDgEpA= Date: Wed, 11 Oct 2023 04:01:18 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 6ba9c1: Fix failing JS test cases after scale related comm... 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: 6ba9c192ce1001e01103579a2e7cf819f93418af https://github.com/pgadmin-org/pgadmin4/commit/6ba9c192ce1001e01103579a2e7cf819f93418af Author: Aditya Toshniwal Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M web/regression/javascript/schema_ui_files/column.ui.spec.js Log Message: ----------- Fix failing JS test cases after scale related commit. #6851