Skip to content

Commit ce31a4a

Browse files
fix: update analyzing brief text to reflect accurate status message
1 parent 721884f commit ce31a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content-gen/tests/e2e-test/pages/HomePage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class HomePage(BasePage):
3434
OLIVE_STONE_TEXT = "(//span[normalize-space()='Olive Stone'])[last()]"
3535
OBSIDIAN_TEXT = "(//span[normalize-space()='Obsidian Pearl'])[last()]"
3636
GENERATE_CONTENT_BUTTON = "//button[normalize-space()='Generate Content']"
37-
ANALYZING_BRIEF_TEXT = "//span[contains(text(),'Analyzing creative brief..')]"
37+
ANALYZING_BRIEF_TEXT = "//span[contains(text(),'Processing your request')]"
3838
GENERATED_CONTENT_TEXT_OLIVE = "//span[contains(.,'✨ Discover the serene elegance of Olive Stone.')]"
3939
GENERATED_CONTENT_TEXT_OBSIDIAN = "//span[contains(.,'✨ Discover the serene elegance of Obsidian Pearl.')]"
4040
PAINT_LIST = "//span[.='Here is the list of available paints:']"

0 commit comments

Comments
 (0)