Skip to content
Snippets Groups Projects
Commit 2cb66d56 authored by Sujal Gupta's avatar Sujal Gupta :speech_balloon:
Browse files

update test

parent f65cd2e5
No related branches found
No related tags found
No related merge requests found
Pipeline #1534656324 failed
Pipeline: rspec:predictive

#1534662430

    Pipeline: GitLab

    #1534662429

      ......@@ -162,9 +162,10 @@ describe('Blob content viewer component', () => {
      },
      );
      it('sets correct props on the AI Genie component', async ({}) => {
      it('sets correct props on the AI Genie component', async () => {
      await prepGonAndLoad();
      expect(findAiGenie().props('containerSelector')).toBe('.file-content');
      expect(findAiGenie().props('activeViewerType').toBe('simple'));
      expect(findAiGenie().props('filePath')).toBe(propsMock.projectPath);
      });
      });
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment