https://cypress.io logo
Join Discord
Powered by
# help
  • f

    fresh-accountant-30198

    10/18/2022, 8:01 AM
    Hello, I have a question. Couldn't find an answer to it in the documentation: My scenario: I make a cy.request() in my test to delete created filters which I create during my test. Problem: The cy.request() looks good and response is = success, but ---> The request got not actually executed. (Filter did not get deleted) also see the green OPEN circle. Question: Does anyone know what this green OPEN circle means? And why my cy.request() does not actually get executed even everything looks fine? More Info: Found in the documentation following infos: https://docs.cypress.io/guides/guides/network-requests#Command-Log "The fetch request now has an open circle, to indicate that it has been stubbed." --> but this is not my case as you can see in my screenshot I don't stub this request. But cypress detects it as it got stubbed / intercepted? Thank you very much for your help!!
  • f

    faint-terabyte-57308

    10/18/2022, 9:01 AM
    Hej, I need help resetting my accounts password. I don't get an email to create a new password.
  • a

    acceptable-hamburger-48790

    10/18/2022, 9:14 AM
    Is this for Dashboard ?
  • f

    faint-terabyte-57308

    10/18/2022, 9:37 AM
    yes
  • a

    acceptable-hamburger-48790

    10/18/2022, 9:45 AM
    Can you post it in #982015401074511912 group please
  • m

    mysterious-motherboard-13344

    10/18/2022, 11:39 AM
    Anyone has experienced issue that firefox browser test run with cypress 10.9.0 / 10.10.0 version does not generate videos in headless mode?
  • m

    mysterious-motherboard-13344

    10/18/2022, 11:59 AM
    @best-flower-17510 @cuddly-winter-72122 @lemon-oyster-64925 ... Could you please let me know when can we have the fix for the issue https://github.com/cypress-io/cypress/issues/18415
    g
    • 2
    • 3
  • m

    miniature-lawyer-63458

    10/18/2022, 12:54 PM
    hi, im new here
  • m

    miniature-lawyer-63458

    10/18/2022, 12:58 PM
    I have question regrading cypress azure pipeline integration. When i run my pipeline, all tests failed and logs showed that bash exit with code 5. It looks to me that it points to my cy.log() in my test. Has someone encountered this same issue before ? Or could someone has idea why this happens ? Thanks!
  • m

    miniature-lawyer-63458

    10/18/2022, 1:02 PM
    Did you try to check you cypress configuration first? Maybe there is something you need to set first.
  • t

    thousands-gpu-36872

    10/18/2022, 1:35 PM
    Can I use cy.writefile to output a csv file ?
  • a

    acceptable-hamburger-48790

    10/18/2022, 1:38 PM
    yes, you can
  • m

    mysterious-motherboard-13344

    10/18/2022, 1:40 PM
    Video functionality is not working on Fi...
  • f

    fresh-doctor-14925

    10/18/2022, 2:28 PM
    Definitely not. I don't have that issue on my M1 Pro machine
  • b

    boundless-camera-50857

    10/18/2022, 2:30 PM
    Hi all, I'm new so sorry if this is the wrong channel to ask: I'm trying to set up component testing (first time using it!) in my project. Due to the weird architecture that we have, we can't run our tests 'locally' in the CI so we have changed our workflow to wait until the application is deployed to a reviewApp and then run the tests on that (instead of setting a baseUrl in the config, we pass it as a parameter). Is there a way to do the same thing for component testing? I noticed that it tries to run in a localhost environment even if I try to force another baseUrl
  • b

    boundless-camera-50857

    10/18/2022, 2:31 PM
    I know this is a long shot but I thought I should ask anyway
  • h

    helpful-truck-53930

    10/18/2022, 2:38 PM
    Hello i have a question about authentification. In Terms of solution with the ip based authetification cypress works. in Terms of session based authetification cypress doesnt run the test cases. What i can do ? Thank you
  • g

    gray-kilobyte-89541

    10/18/2022, 2:46 PM
    but there is no baseUrl for component testing - it is just importing your component and mounts it, you are not doing
    cy.visit(...)
    in the component tests
  • b

    better-engineer-26463

    10/18/2022, 2:49 PM
    alright - do you have any further faultfinding you can suggest to me or how do I solve this otherwise ? It started happening over the weekend.. Not sure if it could be my pnpm version, node version ?
  • f

    fresh-doctor-14925

    10/18/2022, 2:50 PM
    Sorry, I don't. Never encountered that before
  • g

    gentle-mechanic-42608

    10/18/2022, 3:10 PM
    But this doesn't checks if the "Neue Position" line is selected. It just checks if there is somewhere a tag with "Neue Position" text !?
  • m

    mysterious-belgium-25713

    10/18/2022, 3:11 PM
    Contains is a selector and not a checker
  • g

    gentle-mechanic-42608

    10/18/2022, 3:11 PM
    That means?
  • m

    mysterious-belgium-25713

    10/18/2022, 3:12 PM
    It's the same as cy.get only your selecting on the text value
  • g

    gentle-mechanic-42608

    10/18/2022, 3:12 PM
    Yes but that is wrong in my usecase
  • g

    gentle-mechanic-42608

    10/18/2022, 3:12 PM
    I want the tag under a with class ".Mui-selected"
  • g

    gentle-mechanic-42608

    10/18/2022, 3:13 PM
    Or a different selection would be "the tag which is inside any tag with class
    Mui-selected
    and class
    MuiTableRow-root
  • g

    gentle-mechanic-42608

    10/18/2022, 3:14 PM
    My selection works. But only after a cy.wait(1000). I don't understand it, because the cy.get() tries 4 seconds to get my element. But somehow it doesn't refresh the current html of my page.
  • g

    gentle-mechanic-42608

    10/18/2022, 3:15 PM
    But if I say cy.wait() the cy.get() will be executed on the correct html
  • g

    gentle-mechanic-42608

    10/18/2022, 3:15 PM
    This looks odd
1...179180181...252Latest