Skip to content

Commit

Permalink
Revert "fix(in-app): disable e2e tests that use pinpoint (#5012)" (#5017
Browse files Browse the repository at this point in the history
)

This reverts commit 983a3c8.
  • Loading branch information
calebpollman authored Feb 16, 2024
1 parent 4c9869e commit 5da0007
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/e2e/features/ui/components/in-app-messaging/demo.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: In-App Messaging demo page to show banners with various configurations
Background:
Given I'm running the example "ui/components/in-app-messaging/demo"

@skip @react @react-native
@react @react-native
Scenario: Verify that the default banner is top banner with primary and secondary buttons
Given "Has Primary Button" checkbox is checked
Then "Has Secondary Button" checkbox is checked
Expand All @@ -16,7 +16,7 @@ Feature: In-App Messaging demo page to show banners with various configurations
When I dismiss the banner
Then I do not see the banner

@skip @react @react-native
@react @react-native
Scenario: Verify that the banner has expected number of buttons
When I toggle "Has Secondary Button" checkbox
Then I click the "Display Demo Message" button
Expand All @@ -31,71 +31,71 @@ Feature: In-App Messaging demo page to show banners with various configurations
When I dismiss the banner
Then I do not see the banner

@skip @react @react-native
@react @react-native
Scenario: Verify that the banner is shown as a bottom banner
When I click the "BOTTOM_BANNER" layout radio option
Then I click the "Display Demo Message" button
Then I see a "bottom" banner dialog

@skip @react @react-native
@react @react-native
Scenario: Verify that the banner is shown as a middle banner
When I click the "MIDDLE_BANNER" layout radio option
Then I click the "Display Demo Message" button
Then I see a "middle" banner dialog

@skip @react @react-native
@react @react-native
Scenario: Verify that the banner is shown as a modal
When I click the "MODAL" layout radio option
Then I click the "Display Demo Message" button
Then I see a "modal" dialog

@skip @react @react-native
@react @react-native
Scenario: Verify that the banner is shown as fullscreen
When I click the "FULL_SCREEN" layout radio option
Then I click the "Display Demo Message" button
Then I see a "fullscreen" dialog

@skip @react @react-native
@react @react-native
Scenario: Verify that top banner is shown with an image
Given "Has Image" checkbox is checked
Then "TOP_BANNER" layout radio option is selected
When I click the "Display Demo Message" button
Then I see a "top" banner dialog
Then the banner has an image

@skip @react
@react
Scenario: Verify that top banner is shown on TOP_BANNER analytic event
When I toggle "Use Analytic events" checkbox
Then I wait for pinpoint messages to sync
Then I click the "TOP_BANNER" layout radio option
Then I click the "Display Demo Message" button
Then I see a "top" banner dialog

@skip @react
@react
Scenario: Verify that bottom banner is shown on BOTTOM_BANNER analytic event
When I toggle "Use Analytic events" checkbox
Then I wait for pinpoint messages to sync
Then I click the "BOTTOM_BANNER" layout radio option
Then I click the "Display Demo Message" button
Then I see a "bottom" banner dialog

@skip @react
@react
Scenario: Verify that middle banner is shown on MIDDLE_BANNER analytic event
When I toggle "Use Analytic events" checkbox
Then I wait for pinpoint messages to sync
Then I click the "MIDDLE_BANNER" layout radio option
Then I click the "Display Demo Message" button
Then I see a "middle" banner dialog

@skip @react
@react
Scenario: Verify that modal banner is shown on MODAL analytic event
When I toggle "Use Analytic events" checkbox
Then I wait for pinpoint messages to sync
Then I click the "MODAL" layout radio option
Then I click the "Display Demo Message" button
Then I see a "modal" dialog

@skip @react
@react
Scenario: Verify that fullscreen banner is shown on FULL_SCREEN analytic event
When I toggle "Use Analytic events" checkbox
Then I wait for pinpoint messages to sync
Expand Down

0 comments on commit 5da0007

Please sign in to comment.