BrycensRanch / Chatting-Platform

Chat with other users, face to face, E2E encrypted, like Google Meets
https://chatting-platform-frontend.vercel.app
MIT License
5 stars 0 forks source link

figure out how to optionally deny webcam permissions for testing purposes #33

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

https://github.com/BrycensRanch/Chatting-Platform/blob/5edc9c71511b7ceb508bb6db3980dec7ee953698/frontend/cypress/e2e/Main.cy.ts#L3


/* eslint-disable @typescript-eslint/no-shadow */
/* eslint-disable no-underscore-dangle */
// TODO: figure out how to optionally deny webcam permissions for testing purposes

describe('Navigation', () => {
  describe('Static pages', () => {
    it('should take screenshot of the homepage', () => {
      cy.visit('/');
      // Wait until the page is displayed
      cy.findByRole('heading', {
        name: 'Rooms:',