Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into independent-of-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed May 12, 2022
2 parents 96b18ef + 0d606f8 commit dc6af9b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 142 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"ext-gd": "*",
"ext-mbstring": "*",
"mobiledetect/mobiledetectlib": "^2.8",
"nanasess/mdb2_driver_mysqli": "^1.5",
"nanasess/mdb2_driver_pgsql": "^1.5",
"nanasess/mdb2": "^2.5",
"nanasess/php8-compat": "^1.0",
"pear/archive_tar": "^1.4.3",
"pear/mail": "*",
Expand All @@ -44,7 +43,6 @@
"pear/xml_util": "*",
"setasign/fpdf": "^1.8",
"setasign/fpdi": "^1.6",
"silverorange/mdb2": "2.5.2-b.5",
"smarty/smarty": "*"
},
"autoload": {
Expand Down
153 changes: 21 additions & 132 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions e2e-tests/test/admin/total/total.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ test.describe.serial('売上集計画面を確認をします', () => {
});

test('月度集計の確認をします', async () => {
await page.pause();
await page.goto(url);
await page.goto(`${url}?page=${method}`);
await page.click('text=月度で集計する');
Expand Down Expand Up @@ -183,7 +182,6 @@ test.describe.serial('売上集計画面を確認をします', () => {
});

test('月度集計の確認をします', async () => {
await page.pause();
await page.goto(url);
await page.goto(`${url}?page=${method}`);
await page.click('text=月度で集計する');
Expand Down Expand Up @@ -244,7 +242,6 @@ test.describe.serial('売上集計画面を確認をします', () => {
});

test('月度集計の確認をします', async () => {
await page.pause();
await page.goto(url);
await page.goto(`${url}?page=${method}`);
await page.click('text=月度で集計する');
Expand Down Expand Up @@ -289,7 +286,6 @@ test.describe.serial('売上集計画面を確認をします', () => {
});

test('月度集計の確認をします', async () => {
await page.pause();
await page.goto(url);
await page.goto(`${url}?page=${method}`);
await page.click('text=月度で集計する');
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/test/front_guest/shopping.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ test.describe.serial('購入フロー(ゲスト)のテストをします', () =>
});

test('お支払い方法・お届け時間の指定をします', async () => {
await page.pause();
await page.click('text=代金引換');
await page.selectOption('select[name=deliv_date1]', { index: 2 });
await page.selectOption('select[name=deliv_time_id1]', { label: '午後' });
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/test/front_login/contact.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ test.describe.serial('お問い合わせページのテストをします', () =
await page.goto(PlaywrightConfig.use.baseURL); // ログアウトしてしまう場合があるので一旦トップへ遷移する
await page.goto(url);
await page.click('input[name=confirm]');
await page.pause();
await expect(page.locator('span.attention >> nth=13')).toContainText('※ お問い合わせ内容が入力されていません。');
await expect(page.locator('textarea[name=contents]')).toHaveAttribute('style', 'background-color:#ffe8e8; ime-mode: active;');
});
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/test/front_login/shopping/shopping_deliv.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PlaywrightConfig from '../../../../playwright.config';
import { ZapClient, ContextType, Risk, HttpMessage } from '../../../utils/ZapClient';
import { ZapClient, ContextType, Risk } from '../../../utils/ZapClient';
import { intervalRepeater } from '../../../utils/Progress';
const zapClient = new ZapClient();

Expand Down

0 comments on commit dc6af9b

Please sign in to comment.