Skip to content

Commit 63993ec

Browse files
committed
Remove only
1 parent 5a1ef8d commit 63993ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cypress/e2e/homeScreen.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe('Home Screen', () => {
233233
cy.get('h2').contains('My Previous conversations');
234234
});
235235

236-
it.only('has the conversation starters displayed when configured', () => {
236+
it('has the conversation starters displayed when configured', () => {
237237
cy.initMockWebchat({
238238
settings: {
239239
homeScreen: {

0 commit comments

Comments
 (0)