update
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Linpiing 2025-05-22 09:17:46 +07:00 committed by Methapon2001
parent 0150f80ba2
commit 272183bca9
77 changed files with 9957 additions and 144 deletions

View file

@ -14,7 +14,7 @@ test.afterAll(async () => {
await page.close();
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');
@ -105,7 +105,7 @@ test('Create Branch Managenment', async () => {
await page.fill("(//input[@id='default-input-address-en'])[2]", '20/02');
await page.fill("(//input[@aria-label='Moo'])[2]", '1');
//ส่วนบัญชีธนาคาร
//ส่วนบัญชีธนาคาร
await page.click("(//input[@id='select-bankbook'])[3]");
await page.click('id=select-bankbook_1');
await page.fill("(//input[@aria-label='เลขบัญชี'])[2]", '1202282262226');

View file

@ -15,7 +15,7 @@ test.afterAll(async () => {
await page.close();
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -17,7 +17,7 @@ test.afterAll(async () => {
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -13,7 +13,7 @@ test.afterAll(async () => {
await page.close();
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -15,7 +15,7 @@ test.afterAll(async () => {
await page.close();
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -13,7 +13,7 @@ test.afterAll(async () => {
await page.close();
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -13,7 +13,7 @@ test.afterAll(async () => {
await page.close();
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -16,7 +16,7 @@ test.afterAll(async () => {
await page.close();
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -15,7 +15,7 @@ test.afterAll(async () => {
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -17,7 +17,7 @@ test.afterAll(async () => {
await page.close();
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -15,7 +15,7 @@ test.afterAll(async () => {
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -16,7 +16,7 @@ test.afterAll(async () => {
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -14,7 +14,7 @@ test.afterAll(async () => {
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -15,7 +15,7 @@ test.afterAll(async () => {
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -15,7 +15,7 @@ test.afterAll(async () => {
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');

View file

@ -18,7 +18,7 @@ test.afterAll(async () => {
}
});
async function login(page) {
async function login(page: Page) {
try {
// Login
await page.goto('/');