Skip to content

Commit

Permalink
skip mhv tests with improper selectors
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
micahchiang committed Mar 6, 2024
1 parent 503aac6 commit a30e940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import mockMessages from './fixtures/messages-response.json';
import mockMessagewithAttachment from './fixtures/message-response-withattachments.json';
import { AXE_CONTEXT } from './utils/constants';

describe('Secure Messaging Move Message tests', () => {
describe.skip('Secure Messaging Move Message tests', () => {
it('move message from custom folder to Deleted', () => {
const landingPage = new PatientInboxPage();
const site = new SecureMessagingSite();
Expand Down

0 comments on commit a30e940

Please sign in to comment.