mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
chore: remove repetitive words (#6290)
Signed-off-by: reallylowest <sunjinping@outlook.com>
This commit is contained in:
parent
10ef48a199
commit
ed1c5dd184
4 changed files with 5 additions and 5 deletions
|
@ -75,7 +75,7 @@ test.describe('embed links', function () {
|
|||
expect(shareLink).toBe(padURL);
|
||||
});
|
||||
|
||||
test('is an iframe with the the correct url parameters and correct size', async function ({page}) {
|
||||
test('is an iframe with the correct url parameters and correct size', async function ({page}) {
|
||||
|
||||
const shareButton = page.locator('.buttonicon-embed')
|
||||
await shareButton.click()
|
||||
|
@ -111,7 +111,7 @@ test.describe('embed links', function () {
|
|||
expect(containsReadOnlyLink).toBe(true);
|
||||
});
|
||||
|
||||
test('the embed as iframe code is an iframe with the the correct url parameters and correct size', async function ({page}) {
|
||||
test('the embed as iframe code is an iframe with the correct url parameters and correct size', async function ({page}) {
|
||||
|
||||
|
||||
// open share dropdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue