Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion nala/features/firefly/firefly.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ test.describe('Firefly test suite', () => {

await test.step('step-2: Verify Firefly Image verb content/specs', async () => {
await expect(fireflyPage.unityWrapper).toBeVisible();
await expect(fireflyPage.imageVerbButton).toBeVisible();
await expect(fireflyPage.promptInput).toBeVisible();
await expect(fireflyPage.generateImageButton).toBeVisible();
const actualText = await fireflyPage.promptInput.getAttribute('placeholder');
Expand Down
2 changes: 1 addition & 1 deletion nala/features/word-pdf/word-to-pdf.spec.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
data: {
verbTitle: 'Adobe Acrobat',
verbHeading: 'Word to PDF converter',
verbCopy: 'Drag and drop a Microsoft Word document (DOCX or DOC) to convert to PDF.',
verbCopy: 'Drag and drop a Microsoft Word (DOCX or DOC), RTF, or TXT file to convert to PDF.',
},
tags: '@word-to-pdf @smoke @regression @unity',
},
Expand Down
Loading