alessandro trinca tornidor commited on
Commit
6549b40
·
1 Parent(s): 645c84f

test: update test

Browse files
static/tests/test-classic-4-lite.koboldai.net.spec.ts CHANGED
@@ -63,7 +63,8 @@ test(`test My Ghost Writer: backend request - word with no synonyms, then add a
63
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-words-0nth' }).click();
64
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-words-0nth' }).fill('cheerful,joy');
65
  await page.getByRole('button', { name: 'thesaurus-custom-related-btn-' }).click();
66
- await page.getByLabel('thesaurus-custom-related-type-1nth').selectOption('antonym');
 
67
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-words-1nth' }).click();
68
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-words-1nth' }).fill('sad,sadness');
69
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-definition-1nth' }).click();
 
63
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-words-0nth' }).click();
64
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-words-0nth' }).fill('cheerful,joy');
65
  await page.getByRole('button', { name: 'thesaurus-custom-related-btn-' }).click();
66
+ console.log("#")
67
+ await page.getByLabel('thesaurus-custom-related-type-1nth').selectOption('Antonym');
68
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-words-1nth' }).click();
69
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-words-1nth' }).fill('sad,sadness');
70
  await page.getByRole('textbox', { name: 'thesaurus-custom-related-definition-1nth' }).click();