We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721884f commit ce31a4aCopy full SHA for ce31a4a
1 file changed
content-gen/tests/e2e-test/pages/HomePage.py
@@ -34,7 +34,7 @@ class HomePage(BasePage):
34
OLIVE_STONE_TEXT = "(//span[normalize-space()='Olive Stone'])[last()]"
35
OBSIDIAN_TEXT = "(//span[normalize-space()='Obsidian Pearl'])[last()]"
36
GENERATE_CONTENT_BUTTON = "//button[normalize-space()='Generate Content']"
37
- ANALYZING_BRIEF_TEXT = "//span[contains(text(),'Analyzing creative brief..')]"
+ ANALYZING_BRIEF_TEXT = "//span[contains(text(),'Processing your request')]"
38
GENERATED_CONTENT_TEXT_OLIVE = "//span[contains(.,'✨ Discover the serene elegance of Olive Stone.')]"
39
GENERATED_CONTENT_TEXT_OBSIDIAN = "//span[contains(.,'✨ Discover the serene elegance of Obsidian Pearl.')]"
40
PAINT_LIST = "//span[.='Here is the list of available paints:']"
0 commit comments