Skip to content

Commit 6358611

Browse files
test: moves the fixture update spec file
1 parent aac019d commit 6358611

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-e2e-fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
run: |
256256
IS_TEST='true' NODE_OPTIONS='--experimental-vm-modules' \
257257
yarn detox test -c ios.sim.main.ci --headless \
258-
tests/regression/fixtures/fixture-validation.spec.ts
258+
tests/smoke/fixtures/fixture-validation.spec.ts
259259
env:
260260
PREBUILT_IOS_APP_PATH: artifacts/main-qa-MetaMask.app
261261

tests/scripts/update-e2e-fixture.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TARGET_FILE="tests/framework/fixtures/json/default-fixture.json"
1010
if [ ! -f "$REPORT_FILE" ]; then
1111
echo "Error: $REPORT_FILE not found."
1212
echo "Run the fixture validation test first:"
13-
echo " yarn detox test tests/regression/fixtures/fixture-validation.spec.ts -c <config>"
13+
echo " yarn detox test tests/smoke/fixtures/fixture-validation.spec.ts -c <config>"
1414
exit 1
1515
fi
1616

File renamed without changes.

0 commit comments

Comments
 (0)