You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
In this test we want to present the My Shots button in different ways, and test if people are more likely to click the button because of how it is presented.
First step is to collect a couple different presentation styles for My Shots.
The text was updated successfully, but these errors were encountered:
I'll start the work by adding a class to the container (the element that contains My Shots) based on the A/B test and implement some placeholder style, then John can go in and do some styling.
(I've put that style into the commit as a placeholder)
Note you can put in entire new elements too, look in addon/data/selector-ui.js – there's a block of text in WholePageOverlay that includes the My Shots button. You can use class selectors to hide those elements for control (like .styleMyShotsButton-control .some-optional-element {display: none}). Ideally try to use the string styleMyShotsButton in any new things so it's easier to find and remove later.
In this test we want to present the My Shots button in different ways, and test if people are more likely to click the button because of how it is presented.
First step is to collect a couple different presentation styles for My Shots.
The text was updated successfully, but these errors were encountered: