Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Improve testability of notifications #4515

Merged
merged 4 commits into from
Jun 15, 2017
Merged

Conversation

chadwhitacre
Copy link
Contributor

Factored out of #4488.

  • wait for a specific notification message
  • test multiple notifications in one test case

- wait for a specific notification message
- test multiple notifications in one test case
@chadwhitacre chadwhitacre force-pushed the notification-testability branch from b5f4286 to f1b42b3 Compare June 14, 2017 16:53
@chadwhitacre
Copy link
Contributor Author

Ready, @rohitpaulk!

@chadwhitacre chadwhitacre mentioned this pull request Jun 14, 2017
13 tasks
chadwhitacre and others added 2 commits June 14, 2017 12:58
Picks up a bugfix related to the filter css function.
Upgrade libsass from 0.3.0 to 0.12.3

var dialog = ['div', { 'class': 'notification notification-' + type }, [ 'div', text ]];
var id = Math.random().toString(36).substring(2, 100);
var placeholder = ['div', {'class': 'notification notification-' + type}, ['div', text]];
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, struggling to understand what's going on here...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I had to unravel this while working here. Better with a9caa08?

@rohitpaulk rohitpaulk merged commit 76bb0d4 into master Jun 15, 2017
@chadwhitacre chadwhitacre deleted the notification-testability branch June 15, 2017 12:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants