You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Test File for Venue Map Verification
A new end-to-end test file has been added that aids in verifying the venue map on the admin side.
Username Update in Tests
The username in the existing tests has been updated from 'testuser1' to 'prashantbellad' for better reliability.
New Test File for Event Location Visibility Verification
A new test has been introduced to verify the visibility of the event location in the venue post.
Tests to Check Venue Map Visibility with Toggle Switch
New tests have been added that evaluate the visibility of the venue map when the toggle switch is turned ON and OFF.
Minimal Additions in the Event Creation Flow
Minor adjustments have been made in the event creation flow in the gatherpress-event-loggedIn.spec.js file to enhance the user experience.
Use of .js Extension in Module Imports
To maintain consistency, module imports in multiple files now use the .js extension.
Map Visibility Verification after Event Creation
A new test has been added to verify the visibility of the map following the creation of the event.
Modification in Venue Selector Option Passing
The method of passing the venue Selector option in event tests has been modified for events that have been newly created. This optimizes the system’s overall functionality.
@Prayag11 you can run npm run lint:js:fix to fix JS issues automatically. You can also run npm run lint:js to just see what the issues are so you can fix some manually that can't be fixed automatically. All of the commands are listed in package.json that can help you with development. Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
Closes #
How to test the Change
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: