Skip to content

Commit

Permalink
chore: Remove plasma-temple cypress config and snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Feb 14, 2024
1 parent 2b62bd6 commit 3b34250
Show file tree
Hide file tree
Showing 204 changed files with 1 addition and 57 deletions.
16 changes: 0 additions & 16 deletions cypress/config/temple/mobile.json

This file was deleted.

16 changes: 0 additions & 16 deletions cypress/config/temple/sberbox.json

This file was deleted.

16 changes: 0 additions & 16 deletions cypress/config/temple/sberportal.json

This file was deleted.

2 changes: 0 additions & 2 deletions cypress/plasma-temple-coverage/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion cypress/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const overrideConfig: Cypress.PluginConfig = (on, config) => {
});
}

if (process.env.PLATFORM_TESTS != null || config.env.package === 'plasma-temple') {
if (process.env.PLATFORM_TESTS != null) {
on('before:browser:launch', (browser, launchOptions) => {
if (browser.name === 'chrome' || browser.name === 'chromium') {
let windowSizeArg = windowSize.sberbox;
Expand Down
Loading

0 comments on commit 3b34250

Please sign in to comment.