test: remove deprecated api usage (#4577)

This commit is contained in:
Alex Yang
2023-10-11 01:05:06 -05:00
committed by GitHub
parent 1f6a105e5c
commit 8f5ee9234c
11 changed files with 49 additions and 39 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ test.describe('basic', () => {
});
const nameInput = page.getByPlaceholder('Input account name');
await nameInput.clear();
await nameInput.type(newName, {
await nameInput.pressSequentially(newName, {
delay: 50,
});
await page.getByTestId('save-user-name').click({