Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test for plugin reload after webpage refresh #2760

Merged
merged 1 commit into from
Apr 22, 2020
Merged

Test for plugin reload after webpage refresh #2760

merged 1 commit into from
Apr 22, 2020

Conversation

ioedeveloper
Copy link
Member

.pause(3000)
.perform((done) => {
plugins.forEach(plugin => {
if (plugin !== testData.pluginName) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skipped check for local plugin because RemixIDE does not currently support reloading of local plugin after refresh. Here is an issue tracking it #2760

@yann300 yann300 merged commit 1e03b6d into master Apr 22, 2020
@yann300 yann300 deleted the plugin-e2e branch April 22, 2020 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add e2e test to ensure that activated plugins persists after reload
2 participants