Adds SFRA 6.0
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const { I, pageDesigner } = inject();
|
||||
|
||||
Then('shopper should see the photo tile component', () => {
|
||||
I.waitForElement(pageDesigner.locators.photo);
|
||||
I.seeElement(pageDesigner.locators.photo);
|
||||
});
|
Reference in New Issue
Block a user