Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

[GH-12291] UI Automation: Write an automated test using Cypress for "Markdown quotation paragraphs" #4158

Merged
merged 11 commits into from
Nov 14, 2019
Prev Previous commit
Next Next commit
Fix lint errors
  • Loading branch information
larkox committed Nov 14, 2019
commit 85ab6c2b530df070802425fe3f0fe920c5f08f50
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Messaging', () => {

it('M18703-Markdown quotation paragraphs', () => {
const messageParts = ['this is', 'really', 'three quote lines'];

cy.visit('/ad-1/channels/town-square');

// # Post message to use
Expand Down