Skip to content

Commit

Permalink
disabling debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed May 6, 2024
1 parent 2e127ce commit 092a5d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/E2E_On_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
subdomain: 'demoshop8'
port: '8002'
yml: 'docker-compose.8.yml'
url: 'https://demoshop8debug.ngrok.io'
url: 'https://demoshop8.ngrok.io'
test_spec: '**/cypress/e2e/ps8/**'
TestRailID: R6470
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
DB_PASSWD: $DB_PASSWD
DB_NAME: prestashop
DB_SERVER: mysql
PS_DOMAIN: demoshop8debug.ngrok.io
PS_DOMAIN: demoshop8.ngrok.io
PS_FOLDER_INSTALL: install
PS_FOLDER_ADMIN: admin1
depends_on:
Expand Down
16 changes: 8 additions & 8 deletions tests/seed/database/prestashop_8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3267,8 +3267,8 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`,
(231, NULL, NULL, 'HOMESLIDER_PAUSE', '7700', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(232, NULL, NULL, 'HOMESLIDER_LOOP', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(233, NULL, NULL, 'PS_BASE_DISTANCE_UNIT', 'm', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(234, NULL, NULL, 'PS_SHOP_DOMAIN', 'demoshop8debug.ngrok.io', '0000-00-00 00:00:00', '2024-02-05 10:58:30'),
(235, NULL, NULL, 'PS_SHOP_DOMAIN_SSL', 'demoshop8debug.ngrok.io', '0000-00-00 00:00:00', '2024-02-05 10:58:30'),
(234, NULL, NULL, 'PS_SHOP_DOMAIN', 'demoshop8.ngrok.io', '0000-00-00 00:00:00', '2024-02-05 10:58:30'),
(235, NULL, NULL, 'PS_SHOP_DOMAIN_SSL', 'demoshop8.ngrok.io', '0000-00-00 00:00:00', '2024-02-05 10:58:30'),
(236, NULL, NULL, 'PS_SHOP_NAME', 'PrestaShop', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(237, NULL, NULL, 'PS_SHOP_EMAIL', 'demo@prestashop.com', '0000-00-00 00:00:00', '2024-02-05 10:58:31'),
(238, NULL, NULL, 'PS_MAIL_METHOD', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
Expand Down Expand Up @@ -3707,11 +3707,11 @@ CREATE TABLE `ps_connections_source` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

INSERT INTO `ps_connections_source` (`id_connections_source`, `id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES
(1, 2, '', 'demoshop8debug.ngrok.io/', '', '2024-02-05 11:01:25'),
(2, 3, '', 'demoshop8debug.ngrok.io/', '', '2024-02-05 11:01:31'),
(3, 5, '', 'demoshop8debug.ngrok.io/de/module/mollie/webhook', '', '2024-03-04 16:08:24'),
(4, 6, '', 'demoshop8debug.ngrok.io/de/module/mollie/webhook', '', '2024-03-04 16:10:22'),
(5, 9, '', 'demoshop8debug.ngrok.io/en/', '', '2024-04-08 17:54:05');
(1, 2, '', 'demoshop8.ngrok.io/', '', '2024-02-05 11:01:25'),
(2, 3, '', 'demoshop8.ngrok.io/', '', '2024-02-05 11:01:31'),
(3, 5, '', 'demoshop8.ngrok.io/de/module/mollie/webhook', '', '2024-03-04 16:08:24'),
(4, 6, '', 'demoshop8.ngrok.io/de/module/mollie/webhook', '', '2024-03-04 16:10:22'),
(5, 9, '', 'demoshop8.ngrok.io/en/', '', '2024-04-08 17:54:05');

DROP TABLE IF EXISTS `ps_contact`;
CREATE TABLE `ps_contact` (
Expand Down Expand Up @@ -15070,7 +15070,7 @@ CREATE TABLE `ps_shop_url` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

INSERT INTO `ps_shop_url` (`id_shop_url`, `id_shop`, `domain`, `domain_ssl`, `physical_uri`, `virtual_uri`, `main`, `active`) VALUES
(1, 1, 'demoshop8debug.ngrok.io', 'demoshop8debug.ngrok.io', '/', '', 1, 1);
(1, 1, 'demoshop8.ngrok.io', 'demoshop8.ngrok.io', '/', '', 1, 1);

DROP TABLE IF EXISTS `ps_smarty_cache`;
CREATE TABLE `ps_smarty_cache` (
Expand Down

0 comments on commit 092a5d1

Please sign in to comment.