boundless-activity-75504
09/08/2022, 5:40 PMgray-kilobyte-89541
09/08/2022, 8:43 PMbored-school-78265
09/08/2022, 8:45 PMcuddly-winter-72122
09/09/2022, 1:03 AMgray-kilobyte-89541
09/09/2022, 1:23 AMcuddly-winter-72122
09/09/2022, 1:23 AMcuddly-winter-72122
09/09/2022, 1:23 AMcuddly-winter-72122
09/09/2022, 1:24 AMbored-school-78265
09/09/2022, 4:38 AMjason@goodness> yarn test config_modules_spec ~/src/cypress/system-tests
yarn run v1.22.19
$ node ./scripts/run.js --glob-in-dir="{test,test-binary}" config_modules_spec
cwd: /Users/jason/src/cypress/system-tests
specfiles: [ '{test,test-binary}/**/*config_modules_spec*' ]
test command:
xvfb-maybe -as "-screen 0 1280x1024x24" -- node --max-http-header-size=1048576 node_modules/.bin/_mocha {test,test-binary}/**/*config_modules_spec* --timeout 10000 --recursive -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=/Users/jason/src/cypress/system-tests/scripts/mocha-reporter-config.json --extension=js,ts --exit
Warning: Cannot find any files matching pattern "test-binary/**/*config_modules_spec*"
/Users/jason/src/cypress/system-tests/test/config_modules_spec.ts:1
import systemTests from '../lib/system-tests'
^^^^^^
SyntaxError: Cannot use import statement outside a module
thousands-pharmacist-63522
09/09/2022, 9:49 AMthousands-pharmacist-63522
09/09/2022, 9:49 AMthousands-pharmacist-63522
09/09/2022, 9:50 AMbreezy-hydrogen-39214
09/09/2022, 2:52 PMcuddly-winter-72122
09/09/2022, 3:45 PMbored-school-78265
09/09/2022, 9:04 PMbored-school-78265
09/09/2022, 9:05 PMyarn workspace @tooling/system-tests test config_modules_spec
from the root and same resultbored-school-78265
09/09/2022, 9:36 PMyarn install
after pulling the latest changes 🤦♂️ Ugh I wish there was a better way to prevent this.bored-school-78265
09/09/2022, 9:39 PM@packages/runner: The exported identifier "AutomationCookie" is not declared in Babel's scope tracker
@packages/runner: as a JavaScript value binding, and "@babel/plugin-transform-typescript"
@packages/runner: never encountered it as a TypeScript type declaration.
@packages/runner: It will be treated as a JavaScript value.
@packages/runner: This problem is likely caused by another plugin injecting
@packages/runner: "AutomationCookie" without registering it in the scope tracker. If you are the author
@packages/runner: of that plugin, please use "scope.registerDeclaration(declarationPath)".
dazzling-addition-19232
09/12/2022, 10:06 AMdry-memory-36351
09/12/2022, 2:14 PMglamorous-lighter-30340
09/12/2022, 5:57 PMprehistoric-restaurant-72560
09/12/2022, 9:31 PMvictorious-honey-34966
09/13/2022, 7:50 AMprehistoric-restaurant-72560
09/13/2022, 8:07 AMvictorious-honey-34966
09/13/2022, 8:23 AMprehistoric-restaurant-72560
09/13/2022, 8:51 AM.invoke('show')
work as well. (so it work on other browsers)
Page url: https://www.stadlermade.com/pizza-calculator/
I hover over Question Mark next to pizza style
describe("empty spec", () => {
it("passes", () => {
cy.visit("/pizza-calculator/");
cy.get("div[class^='stadler-calculator__form__row__questionmark']").first().as("firstQM");
cy.get("@firstQM").should("be.visible").invoke("show");
cy.get("div[class='stadler-calculator__form__row__answer']").first().should("be.visible");
});
});
lemon-winter-31408
09/13/2022, 7:02 PMfancy-match-96032
09/13/2022, 7:18 PMboundless-activity-75504
09/13/2022, 11:20 PMgray-kilobyte-89541
09/13/2022, 11:57 PMalias.all
too